Skip to content

Commit

Permalink
added eslint check
Browse files Browse the repository at this point in the history
  • Loading branch information
SeppiaBrilla committed Sep 24, 2023
1 parent 448c628 commit 2ccb3de
Show file tree
Hide file tree
Showing 9 changed files with 2,152 additions and 90 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended'],
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint'],
root: true,
};
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ jobs:
node-version: '18.x'
cache: 'npm'
- run: npm install
- run: npm run check
- run: npm run build --if-present
- run: npm test
Loading

0 comments on commit 2ccb3de

Please sign in to comment.