Skip to content

Commit c08bc81

Browse files
committed
Lint with standardjs
1 parent 05c4284 commit c08bc81

File tree

12 files changed

+1886
-753
lines changed

12 files changed

+1886
-753
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- name: npm install, build, and test
2121
run: |
2222
npm install
23+
npm run lint
2324
npm run build --if-present
2425
npm test
2526
npm run test:browser

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"standard.enable": true,
3+
"eslint.enable": false
4+
}

0 commit comments

Comments
 (0)