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