{
|
|
"rules": {
|
|
"max-len": [
|
|
"error",
|
|
{
|
|
"code": 8000,
|
|
"tabWidth": 2
|
|
}
|
|
],
|
|
"global-require": "off",
|
|
"func-names": "off",
|
|
"no-return-await": "off",
|
|
"no-shadow": "off",
|
|
"no-undef": "off"
|
|
}
|
|
}
|