ESlint cfg
parent
d88beab540
commit
9b5023d659
|
@ -1,6 +1,9 @@
|
||||||
{
|
{
|
||||||
"extends": "airbnb-base",
|
"extends": "airbnb-base",
|
||||||
"rules": {
|
"rules": {
|
||||||
"max-len": ["error", { "comments": 120 }]
|
"max-len": ["error", { "code": 90, "comments": 120 }],
|
||||||
|
"no-param-reassign": ["error", { "props": false }],
|
||||||
|
"no-underscore-dangle": ["error", { "allow": ["_id"] }],
|
||||||
|
"no-unused-vars": ["error", {"args":"none"}]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue