11 lines
225 B
JSON
11 lines
225 B
JSON
{
|
|
"extends": "airbnb-base",
|
|
"rules": {
|
|
"import/no-dynamic-require": "off",
|
|
"global-require": "off",
|
|
"consistent-return": "off",
|
|
"no-console": "off",
|
|
"no-plusplus": "off",
|
|
"no-shadow": "warn"
|
|
}
|
|
}
|