add eslint
This commit is contained in:
13
.eslintrc.json
Normal file
13
.eslintrc.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"extends": "google",
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 7,
|
||||
"sourceType": "module"
|
||||
},
|
||||
"rules": {
|
||||
"require-jsdoc": "off",
|
||||
"arrow-parens": "off",
|
||||
"object-curly-spacing": "off"
|
||||
},
|
||||
"plugins": ["html"]
|
||||
}
|
||||
Reference in New Issue
Block a user