@mikey-pro/eslint-config 6.5.8 → 6.6.1

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.
Files changed (2) hide show
  1. package/index.js +5 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -186,8 +186,11 @@ module.exports = {
186
186
  },
187
187
  {
188
188
  files: ['*.svelte'],
189
- plugins: ['svelte3'],
190
- processor: 'svelte3/svelte3',
189
+ extends: ['plugin:svelte/all'],
190
+ parser: "svelte-eslint-parser",
191
+ parserOptions: {
192
+ parser: "@typescript-eslint/parser",
193
+ },
191
194
  rules: {
192
195
  'import/first': 0,
193
196
  'import/no-duplicates': 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikey-pro/eslint-config",
3
- "version": "6.5.8",
3
+ "version": "6.6.1",
4
4
  "description": "Mikey Pro ESLint configuration",
5
5
  "main": "index.js",
6
6
  "files": [