@tb-dev/eslint-config 5.7.3 → 5.7.5

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