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
4141
4242### ESLint Plugins Using svelte-eslint-parser
4343
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-
4944#### [ @ota-meshi/eslint-plugin-svelte ] ( https://ota-meshi.github.io/eslint-plugin-svelte/ )
5045
5146ESLint plugin for Svelte.
5247It provides many unique check rules by using the template AST.
5348
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+
5454## ❗ Attention
5555
5656The [ 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 = {
77 paths : {
88 base : '/svelte-eslint-parser'
99 } ,
10- // hydrate the <div id="svelte"> element in src/app.html
11- target : '#svelte' ,
1210
1311 adapter : staticAdapter ( {
1412 // default options are shown
You can’t perform that action at this time.
0 commit comments