13 lines
230 B
JSON
13 lines
230 B
JSON
{
|
|
"extends": "./.eslintrc.json",
|
|
"rules": {
|
|
"no-use-before-define": "off",
|
|
"no-shadow": "off",
|
|
"no-new": "off",
|
|
"no-continue": "off",
|
|
"new-cap": "off",
|
|
"max-len": "off",
|
|
"default-case": "off"
|
|
}
|
|
}
|