We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9cd8db commit 07b8a3dCopy full SHA for 07b8a3d
.eslintignore
@@ -0,0 +1,3 @@
1
+!.*
2
+node_modules/
3
+target/
package.json
@@ -26,7 +26,7 @@
26
],
27
"scripts": {
28
"compile": "tsc --build",
29
- "lint": "eslint src test --ext '.ts'",
+ "lint": "eslint . --ext '.ts'",
30
"test:unit": "vitest --dir test/unit/",
31
"test:unit:coverage": "vitest run --coverage --dir test/unit/",
32
"test:integration": "vitest run --dir test/integration/"
0 commit comments