mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
chore(eslint): add sort-imports rule
https://eslint.org/docs/latest/rules/sort-imports
This commit is contained in:
parent
56eda374e0
commit
4e413f6702
@ -27,7 +27,8 @@ export default tseslint.config(
|
||||
argsIgnorePattern: "^_",
|
||||
varsIgnorePattern: "^_"
|
||||
}
|
||||
]
|
||||
],
|
||||
"sort-imports": [ "error", { ignoreCase: false } ]
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user