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 3a07839 commit b5cf0dbCopy full SHA for b5cf0db
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install modules
20
run: npm ci
21
- name: ESLint
22
- run: npx eslint --ext .js --ext .ts .
+ run: npx eslint
23
- name: TypeScript validity
24
run: npm run test:typescript
25
0 commit comments