We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 914be2c commit e73e844Copy full SHA for e73e844
1 file changed
.github/workflows/lint.yml
@@ -22,10 +22,9 @@ jobs:
22
with:
23
node-version: 24
24
registry-url: "https://registry.npmjs.org"
25
- - run: npm install -g npm@latest
26
- - run: |
27
- npm install
28
- npx eslint ./src/**/*.ts
+ - run: npm install -D eslint-plugin-unused-imports
+ working-directory: ./template
+ - run: npx eslint ./src/**/*.ts
29
working-directory: ./template
30
31
windows-browser-test:
@@ -39,8 +38,7 @@ jobs:
39
38
40
41
42
43
44
45
46
0 commit comments