@fabdeh/eslint-config 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -618,7 +618,7 @@ var base_default = import_typescript_eslint2.default.config(
|
|
|
618
618
|
rules: {
|
|
619
619
|
"@typescript-eslint/no-empty-interface": "off",
|
|
620
620
|
// deprecated but included in nx
|
|
621
|
-
"
|
|
621
|
+
"import-x/named": "error",
|
|
622
622
|
"import-x/no-deprecated": "error"
|
|
623
623
|
}
|
|
624
624
|
},
|
package/dist/index.js
CHANGED