Skip to content

Commit 12fa4dc

Browse files
fix: 🐛 fix linter
1 parent 1a75ca1 commit 12fa4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@
333333
"compile-tests": "tsc -p . --outDir out",
334334
"watch-tests": "tsc -p . -w --outDir out",
335335
"pretest": "npm run compile-tests && npm run compile && npm run lint",
336-
"lint": "eslint src --ext ts",
336+
"lint": "eslint src/**",
337337
"test": "node ./out/test/runTest.js",
338338
"release": "release-it --disable-metrics --ci"
339339
},

0 commit comments

Comments
 (0)