aboutsummaryrefslogtreecommitdiff
path: root/eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to 'eslintrc.js')
-rw-r--r--eslintrc.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/eslintrc.js b/eslintrc.js
deleted file mode 100644
index 477d021..0000000
--- a/eslintrc.js
+++ /dev/null
@@ -1,14 +0,0 @@
-module.exports = {
- 'root': true,
- 'extends': 'airbnb-base',
- 'globals': {
- 'window': true,
- 'document': true,
- 'jQuery': false,
- '$': true,
- 'Foundation': true
- },
- 'rules': {
- 'max-len': ['error', 120]
- }
-}