2017-10-08 10:01:20 +00:00
|
|
|
{
|
|
|
|
"extends": "./.eslintrc.json",
|
|
|
|
"rules": {
|
|
|
|
"no-use-before-define": "off",
|
|
|
|
"no-shadow": "off",
|
2017-12-01 19:28:53 +00:00
|
|
|
"no-restricted-syntax": "off",
|
2017-10-08 10:01:20 +00:00
|
|
|
"no-new": "off",
|
|
|
|
"no-continue": "off",
|
|
|
|
"new-cap": "off",
|
|
|
|
"max-len": "off",
|
|
|
|
"default-case": "off",
|
2017-10-18 16:15:08 +00:00
|
|
|
"camelcase": "off"
|
2017-10-08 10:01:20 +00:00
|
|
|
}
|
|
|
|
}
|