Skip to content

Commit

Permalink
chore: Lint during CI and fix warnings (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnault authored Dec 14, 2021
1 parent 19db752 commit f9b97f8
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 1,855 deletions.
5 changes: 2 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
"extends": [
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
"react-app",
"prettier"
],
"env": {
"es6": true,
},
"es6": true
}
}
1 change: 1 addition & 0 deletions .github/workflows/ci-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint
- run: npm test

publish-npm:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint
- run: npm test
- run: npm run build
Loading

0 comments on commit f9b97f8

Please sign in to comment.