Skip to content

Commit

Permalink
Merge pull request #125 from Sobuno/FixLinting
Browse files Browse the repository at this point in the history
fix(linting): fixes all linting warnings and errors
  • Loading branch information
pragmaticivan committed Oct 12, 2021
2 parents 6723a86 + d3e9348 commit f824c70
Show file tree
Hide file tree
Showing 5 changed files with 194 additions and 249 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
@@ -1,5 +1,5 @@
module.exports = {
extends: ['airbnb-typescript/base'],
extends: ['airbnb-base', 'airbnb-typescript/base'],
parserOptions: {
project: './tsconfig.json',
createDefaultProgram: true,
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Expand Up @@ -21,5 +21,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint
- run: npm test
- run: npm run build --if-present

0 comments on commit f824c70

Please sign in to comment.