File tree Expand file tree Collapse file tree 6 files changed +412
-19
lines changed Expand file tree Collapse file tree 6 files changed +412
-19
lines changed Original file line number Diff line number Diff line change 45
45
"@typescript-eslint/no-explicit-any": "off",
46
46
"@typescript-eslint/ban-ts-comment": "off",
47
47
"no-prototype-builtins": "off",
48
- "@typescript-eslint/no-empty-function": "off"
48
+ "@typescript-eslint/no-empty-function": "off",
49
+ "no-constant-condition": "off"
49
50
}
50
51
}
Original file line number Diff line number Diff line change
1
+ name : test
2
+ on : push
3
+ jobs :
4
+ lint :
5
+ runs-on : ubuntu-latest
6
+ steps :
7
+ - uses : actions/checkout@v2
8
+ - uses : pnpm/action-setup@v2
9
+ with :
10
+ version : 6.0.2
11
+ - name : Install modules
12
+ run : pnpm install
13
+ - name : Run ESLint
14
+ run : pnpm run lint
Original file line number Diff line number Diff line change 16
16
"t" : " "
17
17
},
18
18
"devDependencies" : {
19
+ "@types/debug" : " ^4.1.7" ,
19
20
"@types/diff" : " ^5.0.2" ,
20
21
"@types/node" : " ^14.18.36" ,
21
22
"@typescript-eslint/eslint-plugin" : " 5.29.0" ,
22
23
"@typescript-eslint/parser" : " 5.29.0" ,
23
24
"esbuild" : " ^0.12.29" ,
24
25
"esbuild-svelte" : " ^0.5.7" ,
26
+ "eslint" : " ^8.35.0" ,
25
27
"eslint-plugin-svelte3" : " ^4.0.0" ,
26
28
"obsidian" : " ^0.16.3" ,
27
29
"sass" : " ^1.57.1" ,
You can’t perform that action at this time.
0 commit comments