Created
April 12, 2018 15:05
-
-
Save numfin/83c623436fee299f5f65fc3102875ac5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"env": { | |
"browser": true, | |
"commonjs": true, | |
"es6": true, | |
"node": true | |
}, | |
"parserOptions": { | |
"ecmaFeatures": { | |
"jsx": true | |
}, | |
"sourceType": "module" | |
}, | |
"extends": "airbnb", | |
"rules": { | |
"no-const-assign": "warn", | |
"no-this-before-super": "warn", | |
"no-undef": "warn", | |
"no-unreachable": "warn", | |
"no-unused-vars": "warn", | |
"constructor-super": "warn", | |
"valid-typeof": "warn" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment