@dword-design/eslint-config 5.0.27 → 5.0.29

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.
@@ -74,7 +74,7 @@ export default () => {
74
74
  'import/no-commonjs': 'error',
75
75
  'import/no-dynamic-require': 'off',
76
76
  'import/no-extraneous-dependencies': ['error', {
77
- devDependencies: ['**/*.spec.js', ...(baseConfig.testRunner === 'playwright' ? ['fixtures/**', 'playwright.config.js'] : ['global-test-hooks.js'])]
77
+ devDependencies: ['**/*.spec.js', ...(baseConfig.testRunner === 'playwright' ? ['fixtures/**', 'global-setup.js', 'global-teardown.js', 'playwright.config.js'] : ['global-test-hooks.js'])]
78
78
  }],
79
79
  'import/order': 'off',
80
80
  'import/prefer-default-export': 'off',
@@ -150,7 +150,6 @@ export default () => {
150
150
  trailingComma: 'all'
151
151
  }],
152
152
  'prefer-destructuring': 'off',
153
- 'promise/prefer-await-to-then': 'error',
154
153
  'require-await': 'error',
155
154
  'simple-import-sort/imports': 'error',
156
155
  'sort-keys-fix/sort-keys-fix': 'error',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/eslint-config",
3
- "version": "5.0.27",
3
+ "version": "5.0.29",
4
4
  "repository": "dword-design/eslint-config",
5
5
  "funding": "https://github.com/sponsors/dword-design",
6
6
  "license": "MIT",