File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 25
25
"unicorn/prefer-node-protocol": "off"
26
26
}
27
27
},
28
+ {
29
+ "files": ["**/*.json"],
30
+ "rules": {
31
+ "eol-last": "off"
32
+ }
33
+ },
28
34
{
29
35
"files": ["docs/**/*.*"],
30
36
"rules": {
Original file line number Diff line number Diff line change 24
24
node-version : 19
25
25
cache : pnpm
26
26
27
- - name : Install And Build
28
- run : pnpm i
27
+ - name : Install
28
+ run : pnpm i --ignore-scripts
29
29
30
30
- name : Lint
31
31
run : pnpm lint
Original file line number Diff line number Diff line change 36
36
// with our declaration files (mostly names that are forgotten to be
37
37
// imported, invalid semantics...). Because we don't have end-to-end type
38
38
// tests, removing this would make things much harder to catch.
39
- "skipLibCheck" : false ,
39
+ "skipLibCheck" : false
40
40
},
41
41
"include" : [" ." , " *.ts" ],
42
- "exclude" : [" src/sw.js" , " node_modules" ],
42
+ "exclude" : [" src/sw.js" , " node_modules" ]
43
43
}
You can’t perform that action at this time.
0 commit comments