Skip to content

Commit

Permalink
test: create eslint ignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
screendriver committed Oct 9, 2022
1 parent d9cd8db commit 07b8a3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
!.*
node_modules/
target/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
"scripts": {
"compile": "tsc --build",
"lint": "eslint src test --ext '.ts'",
"lint": "eslint . --ext '.ts'",
"test:unit": "vitest --dir test/unit/",
"test:unit:coverage": "vitest run --coverage --dir test/unit/",
"test:integration": "vitest run --dir test/integration/"
Expand Down

0 comments on commit 07b8a3d

Please sign in to comment.