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.json | |
parent | d01dd5d23297705842ea7295855726f49cdef52e (diff) |
Spring Cleaning
Diffstat (limited to 'eslintrc.json')
-rw-r--r-- | eslintrc.json | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/eslintrc.json b/eslintrc.json deleted file mode 100644 index 289e875..0000000 --- a/eslintrc.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": "airbnb", - "rules": { - "no-undef": 0, - "prefer-arrow-callback": 0, - "no-console": 0, - "require-jsdoc": ["error", { - "require": { - "FunctionDeclaration": true, - "MethodDefinition": false, - "ClassDeclaration": false - } - }], - "valid-jsdoc": ["error", { - "requireParamDescription": true, - "requireReturn": false - }] - } -} |