File tree 3 files changed +129
-114
lines changed
3 files changed +129
-114
lines changed Original file line number Diff line number Diff line change @@ -32,3 +32,18 @@ repos:
32
32
- id : codespell
33
33
stages : [commit, commit-msg]
34
34
exclude : yarn.lock
35
+
36
+ - repo : https://github.com/pre-commit/mirrors-eslint
37
+ rev : v8.6.0
38
+ hooks :
39
+ - id : eslint
40
+ types : [file]
41
+ files : \.(svelte|js)$
42
+ args : [--plugin, eslint-plugin-svelte3]
43
+ additional_dependencies :
44
+ - eslint
45
+ - svelte
46
+ - typescript
47
+ - eslint-plugin-svelte3
48
+ - ' @typescript-eslint/eslint-plugin'
49
+ - ' @typescript-eslint/parser'
Original file line number Diff line number Diff line change 19
19
},
20
20
"devDependencies" : {
21
21
"@sveltejs/adapter-static" : " ^1.0.0-next.26" ,
22
- "@sveltejs/kit" : " ^1.0.0-next.239 " ,
23
- "@typescript-eslint/eslint-plugin" : " ^5.10.0 " ,
24
- "@typescript-eslint/parser" : " ^5.10.0 " ,
25
- "eslint" : " ^8.7 .0" ,
22
+ "@sveltejs/kit" : " ^1.0.0-next.259 " ,
23
+ "@typescript-eslint/eslint-plugin" : " ^5.10.2 " ,
24
+ "@typescript-eslint/parser" : " ^5.10.2 " ,
25
+ "eslint" : " ^8.8 .0" ,
26
26
"eslint-plugin-svelte3" : " ^3.4.0" ,
27
27
"hastscript" : " ^7.0.2" ,
28
- "mdsvex" : " ^0.9.8 " ,
28
+ "mdsvex" : " ^0.10.5 " ,
29
29
"prettier" : " ^2.5.1" ,
30
30
"prettier-plugin-svelte" : " ^2.6.0" ,
31
31
"rehype-autolink-headings" : " ^6.1.1" ,
32
32
"rehype-slug" : " ^5.0.1" ,
33
- "svelte" : " ^3.46.2 " ,
34
- "svelte-check" : " ^2.3.0 " ,
33
+ "svelte" : " ^3.46.3 " ,
34
+ "svelte-check" : " ^2.4.2 " ,
35
35
"svelte-github-corner" : " ^0.1.0" ,
36
36
"svelte-preprocess" : " ^4.10.2" ,
37
- "svelte-toc" : " ^0.2.2 " ,
38
- "svelte2tsx" : " ^0.4.14 " ,
37
+ "svelte-toc" : " ^0.2.3 " ,
38
+ "svelte2tsx" : " ^0.5.2 " ,
39
39
"tslib" : " ^2.3.1" ,
40
40
"typescript" : " ^4.5.5" ,
41
41
"vite" : " ^2.7.13"
You can’t perform that action at this time.
0 commit comments