Add lint rule banning wildcard imports. Fix existing ones where possible.

This commit is contained in:
Tim Donohue
2022-10-14 16:10:01 -05:00
parent ea00bda9e3
commit d66fdf42b1
29 changed files with 73 additions and 56 deletions

View File

@@ -204,6 +204,7 @@
"import/order": "off",
"import/no-deprecated": "warn",
"import/no-namespace": "error",
"lodash/import-scope": [
"error",