feat(eslint): Rule "sort-vars"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -140,6 +140,12 @@
|
||||
"natural": true
|
||||
}
|
||||
],
|
||||
"sort-vars": [
|
||||
"error",
|
||||
{
|
||||
"ignoreCase": false
|
||||
}
|
||||
],
|
||||
"valid-jsdoc": [
|
||||
"off"
|
||||
]
|
||||
|
Reference in New Issue
Block a user