File tree Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -41,16 +41,16 @@ The [`@ota-meshi/eslint-plugin-svelte`] is an ESLint plugin that uses the [svelt
41
41
42
42
### ESLint Plugins Using svelte-eslint-parser
43
43
44
- #### [ @intlify/eslint-plugin-svelte ] ( https://github.com/intlify/eslint-plugin-svelte )
45
-
46
- ESLint plugin for internationalization (i18n) with Svelte.
47
- It provides rules to help internationalization your application created with Svelte.
48
-
49
44
#### [ @ota-meshi/eslint-plugin-svelte ] ( https://ota-meshi.github.io/eslint-plugin-svelte/ )
50
45
51
46
ESLint plugin for Svelte.
52
47
It provides many unique check rules by using the template AST.
53
48
49
+ #### [ @intlify/eslint-plugin-svelte ] ( https://github.com/intlify/eslint-plugin-svelte )
50
+
51
+ ESLint plugin for internationalization (i18n) with Svelte.
52
+ It provides rules to help internationalization your application created with Svelte.
53
+
54
54
## ❗ Attention
55
55
56
56
The [ svelte-eslint-parser] can not be used with the [ eslint-plugin-svelte3] .
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ const config = {
7
7
paths : {
8
8
base : '/svelte-eslint-parser'
9
9
} ,
10
- // hydrate the <div id="svelte"> element in src/app.html
11
- target : '#svelte' ,
12
10
13
11
adapter : staticAdapter ( {
14
12
// default options are shown
You can’t perform that action at this time.
0 commit comments