forked from Galactic/galactic-bot
linter rules
This commit is contained in:
parent
4eedd21e62
commit
103083567c
@ -16,7 +16,9 @@
|
|||||||
"rules": {
|
"rules": {
|
||||||
"max-len": ["warn", {
|
"max-len": ["warn", {
|
||||||
"code": 140,
|
"code": 140,
|
||||||
"ignoreComments": true
|
"ignoreComments": true,
|
||||||
|
"ignoreStrings": true,
|
||||||
|
"ignoreTemplateLiterals": true
|
||||||
}],
|
}],
|
||||||
"accessor-pairs": "warn",
|
"accessor-pairs": "warn",
|
||||||
"array-callback-return": "warn",
|
"array-callback-return": "warn",
|
||||||
|
Loading…
Reference in New Issue
Block a user