Skip to content

Commit

Permalink
chore(lint): configure linter and fix basic errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bandantonio committed May 4, 2024
1 parent a76650d commit 65a4984
Show file tree
Hide file tree
Showing 7 changed files with 2,489 additions and 7,836 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node_modules/

test/mocks/
main.js
2 changes: 2 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
npm run lint
npm test -- --no-watch
Loading

0 comments on commit 65a4984

Please sign in to comment.