@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.
@@ -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
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/eslint-config",
3
- "version": "9.0.4",
3
+ "version": "9.0.6",
4
4
  "repository": "dword-design/eslint-config",
5
5
  "funding": "https://github.com/sponsors/dword-design",
6
6
  "license": "MIT",