Added sort-imports linting rule
This commit is contained in:
@@ -18,6 +18,12 @@
|
||||
"ecmaVersion": "latest"
|
||||
},
|
||||
"rules": {
|
||||
"max-len": "off"
|
||||
"max-len": "off",
|
||||
"sort-imports": [
|
||||
"error",
|
||||
{
|
||||
"allowSeparatedGroups": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user