feat(eslint): Rule "sort-vars"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
ea076dbff1
commit
f6794430fc
@ -259,7 +259,7 @@
|
|||||||
- [X] "semi-style"
|
- [X] "semi-style"
|
||||||
- [X] "sort-imports"
|
- [X] "sort-imports"
|
||||||
- [X] "sort-keys"
|
- [X] "sort-keys"
|
||||||
- [ ] "sort-vars"
|
- [X] "sort-vars"
|
||||||
- [ ] "space-before-blocks"
|
- [ ] "space-before-blocks"
|
||||||
- [ ] "space-before-function-paren"
|
- [ ] "space-before-function-paren"
|
||||||
- [ ] "space-in-parens"
|
- [ ] "space-in-parens"
|
||||||
|
@ -140,6 +140,12 @@
|
|||||||
"natural": true
|
"natural": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"sort-vars": [
|
||||||
|
"error",
|
||||||
|
{
|
||||||
|
"ignoreCase": false
|
||||||
|
}
|
||||||
|
],
|
||||||
"valid-jsdoc": [
|
"valid-jsdoc": [
|
||||||
"off"
|
"off"
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user