disabled indentation errors

This commit is contained in:
Miodec 2022-02-07 00:50:52 +01:00
parent c27293a480
commit ba479b31a4

View file

@ -25,7 +25,7 @@
},
"rules": {
"json/*": ["error"],
"indent": ["error", 2, { "SwitchCase": 1 }],
"indent": ["off"], //handled by prettier
"linebreak-style": ["error", "unix"],
"quotes": [
"error",