File tree Expand file tree Collapse file tree 3 files changed +82
-61
lines changed Expand file tree Collapse file tree 3 files changed +82
-61
lines changed Original file line number Diff line number Diff line change 12
12
run : pnpm install
13
13
- name : Run ESLint
14
14
run : pnpm run lint
15
+ format :
16
+ runs-on : ubuntu-latest
17
+ steps :
18
+ - uses : actions/checkout@v2
19
+ - uses : pnpm/action-setup@v2
20
+ with :
21
+ version : 6.0.2
22
+ - name : Install modules
23
+ run : pnpm install
24
+ - name : Run ESLint
25
+ run : pnpm run format
Original file line number Diff line number Diff line change 7
7
"dev" : " node esbuild.config.mjs dev" ,
8
8
"build" : " node esbuild.config.mjs production" ,
9
9
"release" : " standard-version" ,
10
- "lint" : " eslint --ext .ts,.svelte src"
10
+ "lint" : " eslint --ext .ts,.svelte src" ,
11
+ "format" : " prettier --check src"
11
12
},
12
13
"keywords" : [],
13
14
"author" : " " ,
26
27
"eslint" : " ^8.35.0" ,
27
28
"eslint-plugin-svelte3" : " ^4.0.0" ,
28
29
"obsidian" : " ^0.16.3" ,
29
- "sass" : " ^1.57.1" ,
30
+ "prettier" : " 2.8.4" ,
31
+ "sass" : " ^1.58.3" ,
30
32
"scss" : " ^0.2.4" ,
31
33
"standard-version" : " ^9.5.0" ,
32
- "svelte" : " ^3.55.0 " ,
34
+ "svelte" : " ^3.55.1 " ,
33
35
"svelte-check" : " ^1.6.0" ,
34
36
"svelte-preprocess" : " ^4.10.7" ,
35
- "tslib" : " ^2.4.1 " ,
37
+ "tslib" : " ^2.5.0 " ,
36
38
"typescript" : " 4.3.5"
37
39
},
38
40
"dependencies" : {
39
41
"buffer" : " ^6.0.3" ,
40
42
"debug" : " ^4.3.4" ,
41
43
"diff" : " ^5.1.0" ,
42
- "diff2html" : " ^3.4.22 " ,
44
+ "diff2html" : " ^3.4.31 " ,
43
45
"isomorphic-git" : " ^1.21.0" ,
44
46
"obsidian-community-lib" : " ^2.0.2" ,
45
- "simple-git" : " ^3.15 .1" ,
47
+ "simple-git" : " ^3.16 .1" ,
46
48
"supports-color" : " ^7.2.0"
47
49
},
48
50
"moduleFileExtensions" : [
49
51
" js" ,
50
52
" ts" ,
51
53
" svelte"
52
54
]
53
- }
55
+ }
You can’t perform that action at this time.
0 commit comments