diff options
author | Cody Hiar <codyfh@gmail.com> | 2018-05-28 16:29:28 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2018-05-28 16:29:28 -0600 |
commit | 8f1f040fb55f918a738159af06836b82a0bc2398 (patch) | |
tree | a8139e6aeaafbd874946337ae4df24ed151bbd2a /eslintrc.js | |
parent | d01dd5d23297705842ea7295855726f49cdef52e (diff) |
Spring Cleaning
Diffstat (limited to 'eslintrc.js')
-rw-r--r-- | eslintrc.js | 14 |
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] - } -} |