@tb-dev/eslint-config 5.7.2 → 5.7.3

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 CHANGED
@@ -288,10 +288,10 @@ async function svelte(options) {
288
288
  interopDefault(import('@typescript-eslint/parser'))
289
289
  ]);
290
290
  const rules = {
291
- ...sveltePlugin.configs.recommended,
292
291
  ...options.overrides?.svelte
293
292
  };
294
293
  return [
294
+ ...sveltePlugin.configs.recommended,
295
295
  {
296
296
  plugins: { svelte: sveltePlugin },
297
297
  rules
package/dist/index.js CHANGED
@@ -284,10 +284,10 @@ async function svelte(options) {
284
284
  interopDefault(import('@typescript-eslint/parser'))
285
285
  ]);
286
286
  const rules = {
287
- ...sveltePlugin.configs.recommended,
288
287
  ...options.overrides?.svelte
289
288
  };
290
289
  return [
290
+ ...sveltePlugin.configs.recommended,
291
291
  {
292
292
  plugins: { svelte: sveltePlugin },
293
293
  rules
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tb-dev/eslint-config",
3
- "version": "5.7.2",
3
+ "version": "5.7.3",
4
4
  "description": "ESLint config",
5
5
  "license": "MIT",
6
6
  "type": "module",