Rule "indent-legacy"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
a1a87d8266
commit
d57337cdb7
@ -51,7 +51,7 @@
|
|||||||
- [ ] "id-match"
|
- [ ] "id-match"
|
||||||
- [ ] "implicit-arrow-linebreak"
|
- [ ] "implicit-arrow-linebreak"
|
||||||
- [ ] "indent"
|
- [ ] "indent"
|
||||||
- [ ] "indent-legacy"
|
- [X] "indent-legacy"
|
||||||
- [ ] "init-declarations"
|
- [ ] "init-declarations"
|
||||||
- [ ] "jsx-quotes"
|
- [ ] "jsx-quotes"
|
||||||
- [ ] "key-spacing"
|
- [ ] "key-spacing"
|
||||||
|
@ -3,6 +3,9 @@
|
|||||||
"error",
|
"error",
|
||||||
"always"
|
"always"
|
||||||
],
|
],
|
||||||
|
"indent-legacy": [
|
||||||
|
"off"
|
||||||
|
],
|
||||||
"no-tabs": [
|
"no-tabs": [
|
||||||
"error",
|
"error",
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user