15 lines
252 B
JSON
15 lines
252 B
JSON
{
|
|
"extends": "google",
|
|
"parserOptions": {
|
|
"ecmaVersion": 8,
|
|
"sourceType": "module"
|
|
},
|
|
"rules": {
|
|
"require-jsdoc": "off",
|
|
"arrow-parens": "off",
|
|
"object-curly-spacing": "off",
|
|
"indent": "off"
|
|
},
|
|
"plugins": ["html"]
|
|
}
|