@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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
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
|