mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-22 01:46:04 +00:00
style: Set sort-imports to warn
This commit is contained in:
parent
b9a7fb9499
commit
8c63dff97b
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@
|
|||
"@typescript-eslint/require-array-sort-compare": "error",
|
||||
"@typescript-eslint/restrict-plus-operands": "error",
|
||||
"semi": "off",
|
||||
"sort-imports": "warn",
|
||||
"@typescript-eslint/semi": ["error", "never"],
|
||||
"@typescript-eslint/type-annotation-spacing": "error",
|
||||
"@typescript-eslint/unbound-method": "error"
|
||||
|
|
Loading…
Reference in a new issue