mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-10 05:17:03 +08:00
disabled indentation errors
This commit is contained in:
parent
c27293a480
commit
ba479b31a4
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
},
|
||||
"rules": {
|
||||
"json/*": ["error"],
|
||||
"indent": ["error", 2, { "SwitchCase": 1 }],
|
||||
"indent": ["off"], //handled by prettier
|
||||
"linebreak-style": ["error", "unix"],
|
||||
"quotes": [
|
||||
"error",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue