15 lines
238 B
JSON
15 lines
238 B
JSON
|
{
|
||
|
"parserOptions": {
|
||
|
"ecmaVersion": 2017
|
||
|
},
|
||
|
"rules": {
|
||
|
"require-jsdoc": "off",
|
||
|
"max-len": "off",
|
||
|
"quote-props": "off",
|
||
|
"no-new": "off",
|
||
|
"valid-jsdoc": "off",
|
||
|
"no-undef": "off",
|
||
|
"new-cap": "off"
|
||
|
}
|
||
|
}
|