feat(eslint): Rule "sort-keys"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -66,6 +66,15 @@
|
||||
"require-jsdoc": [
|
||||
"off"
|
||||
],
|
||||
"sort-keys": [
|
||||
"warn",
|
||||
"asc",
|
||||
{
|
||||
"caseSensitive": true,
|
||||
"minKeys": 2,
|
||||
"natural": true
|
||||
}
|
||||
],
|
||||
"valid-jsdoc": [
|
||||
"off"
|
||||
]
|
||||
|
Reference in New Issue
Block a user