chore: organizeImports

This commit is contained in:
DarkSky
2022-08-13 02:08:21 +08:00
parent 5cec5a363d
commit 617f9b9bfc
27 changed files with 63 additions and 77 deletions
+6
View File
@@ -260,6 +260,12 @@
]
}
},
{
"files": ["index.tsx", "index.*.tsx"],
"rules": {
"filename-rules/match": "off"
}
},
{
"files": ["*.ts", "*.tsx"],
"extends": ["plugin:@nrwl/nx/typescript"],