fix: fix eslint error
This commit is contained in:
@@ -25,6 +25,12 @@
|
||||
"unicorn/prefer-node-protocol": "off"
|
||||
}
|
||||
},
|
||||
{
|
||||
"files": ["**/*.json"],
|
||||
"rules": {
|
||||
"eol-last": "off"
|
||||
}
|
||||
},
|
||||
{
|
||||
"files": ["docs/**/*.*"],
|
||||
"rules": {
|
||||
|
||||
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -24,8 +24,8 @@ jobs:
|
||||
node-version: 19
|
||||
cache: pnpm
|
||||
|
||||
- name: Install And Build
|
||||
run: pnpm i
|
||||
- name: Install
|
||||
run: pnpm i --ignore-scripts
|
||||
|
||||
- name: Lint
|
||||
run: pnpm lint
|
||||
|
||||
@@ -36,8 +36,8 @@
|
||||
// with our declaration files (mostly names that are forgotten to be
|
||||
// imported, invalid semantics...). Because we don't have end-to-end type
|
||||
// tests, removing this would make things much harder to catch.
|
||||
"skipLibCheck": false,
|
||||
"skipLibCheck": false
|
||||
},
|
||||
"include": [".", "*.ts"],
|
||||
"exclude": ["src/sw.js", "node_modules"],
|
||||
"exclude": ["src/sw.js", "node_modules"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user