mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-12-21 12:28:17 +00:00
fix: Remove invalid rules form eslint upgrade
This commit is contained in:
parent
5f56179e43
commit
4385325045
1 changed files with 0 additions and 3 deletions
|
@ -29,7 +29,6 @@
|
|||
"error",
|
||||
{ "allowExpressions": true }
|
||||
],
|
||||
"@typescript-eslint/func-call-spacing": ["error", "never"],
|
||||
"@typescript-eslint/no-array-constructor": "error",
|
||||
"@typescript-eslint/no-empty-interface": "error",
|
||||
"@typescript-eslint/no-explicit-any": "error",
|
||||
|
@ -52,8 +51,6 @@
|
|||
"@typescript-eslint/restrict-plus-operands": "error",
|
||||
"semi": "off",
|
||||
"sort-imports": "off",
|
||||
"@typescript-eslint/semi": ["error", "never"],
|
||||
"@typescript-eslint/type-annotation-spacing": "error",
|
||||
"@typescript-eslint/unbound-method": "error"
|
||||
},
|
||||
"env": {
|
||||
|
|
Loading…
Reference in a new issue