Skip to content

Commit

Permalink
update cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneh1999 committed Dec 6, 2023
1 parent 7d11be8 commit 7807049
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ module.exports = {
useTabs: false,
},
],
'@typescript-eslint/no-explicit-any': 'warn',
'@typescript-eslint/no-explicit-unknown': 'off',
},
};
4 changes: 4 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ jobs:
- name: Lint Check
# When fails, please run "npm run lint" to your code
run: npm run lint
- name: tests Check
# When fails, please run "npm run test" to your code
run: npm run test

0 comments on commit 7807049

Please sign in to comment.