Rule "indent-legacy"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-02-13 14:47:18 +04:00
parent a1a87d8266
commit d57337cdb7
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3
2 changed files with 4 additions and 1 deletions

View File

@ -51,7 +51,7 @@
- [ ] "id-match"
- [ ] "implicit-arrow-linebreak"
- [ ] "indent"
- [ ] "indent-legacy"
- [X] "indent-legacy"
- [ ] "init-declarations"
- [ ] "jsx-quotes"
- [ ] "key-spacing"

View File

@ -3,6 +3,9 @@
"error",
"always"
],
"indent-legacy": [
"off"
],
"no-tabs": [
"error",
{