mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 18:49:32 -05:00
Enforce consistent TypeScript type import style (#6805)
This commit is contained in:
committed by
GitHub
parent
0c3b54ee7d
commit
84cebed20b
@@ -101,6 +101,7 @@
|
||||
"typescript/no-var-requires": "warn",
|
||||
|
||||
// Import rules
|
||||
"import/consistent-type-specifier-style": "warn",
|
||||
"import/first": "error",
|
||||
"import/no-amd": "error",
|
||||
"import/no-default-export": "warn",
|
||||
@@ -111,7 +112,7 @@
|
||||
"import/no-duplicates": [
|
||||
"warn",
|
||||
{
|
||||
"prefer-inline": true
|
||||
"prefer-inline": false
|
||||
}
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user