@dword-design/eslint-config 9.0.4 → 9.0.6
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/create/index.js +2 -1
- package/package.json +1 -1
package/dist/create/index.js
CHANGED
|
@@ -134,7 +134,7 @@ export default ({
|
|
|
134
134
|
ts: "never"
|
|
135
135
|
}],
|
|
136
136
|
"import-x/no-extraneous-dependencies": ["error", {
|
|
137
|
-
devDependencies: ["**/*.spec.ts", "fixtures/**", "global-setup.ts", "global-teardown.ts", "playwright.config.ts"]
|
|
137
|
+
devDependencies: ["**/*.spec.ts", "base.config.ts", "fixtures/**", "global-setup.ts", "global-teardown.ts", "playwright.config.ts"]
|
|
138
138
|
}],
|
|
139
139
|
"import-x/no-named-as-default": "off",
|
|
140
140
|
"import-x/no-named-as-default-member": "off",
|
|
@@ -225,6 +225,7 @@ export default ({
|
|
|
225
225
|
}, {
|
|
226
226
|
files: ["fixtures/**", "**/*.spec.ts"],
|
|
227
227
|
rules: {
|
|
228
|
+
"@typescript-eslint/no-empty-object-type": "off",
|
|
228
229
|
"no-empty-pattern": "off"
|
|
229
230
|
}
|
|
230
231
|
}, {
|