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] "sort-imports"
|
||||
- [X] "sort-keys"
|
||||
- [ ] "sort-vars"
|
||||
- [X] "sort-vars"
|
||||
- [ ] "space-before-blocks"
|
||||
- [ ] "space-before-function-paren"
|
||||
- [ ] "space-in-parens"
|
||||
|
@ -140,6 +140,12 @@
|
||||
"natural": true
|
||||
}
|
||||
],
|
||||
"sort-vars": [
|
||||
"error",
|
||||
{
|
||||
"ignoreCase": false
|
||||
}
|
||||
],
|
||||
"valid-jsdoc": [
|
||||
"off"
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user