feat: consistent linter & formatter config
This commit is contained in:
parent
638a753a13
commit
43abe66003
@ -9,7 +9,8 @@
|
|||||||
"rules": {
|
"rules": {
|
||||||
"quotes": ["warn", "double"],
|
"quotes": ["warn", "double"],
|
||||||
"semi": ["warn", "never"],
|
"semi": ["warn", "never"],
|
||||||
"indent": ["warn", 4],
|
"indent": ["warn", 2],
|
||||||
"prettier/prettier": 0
|
"prettier/prettier": 0,
|
||||||
|
"no-unused-vars": ["warn", { "argsIgnorePAttern": "^_" }]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user