mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-05 03:05: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…
Reference in a new issue