Skip to content

Commit adcf82e

Browse files
committed
chore: run lint over ts files via jest
1 parent 0cb1df5 commit adcf82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"displayName": "lint",
105105
"runner": "jest-runner-eslint",
106106
"testMatch": [
107-
"<rootDir>/**/*.js"
107+
"<rootDir>/**/*.{js,ts}"
108108
],
109109
"testPathIgnorePatterns": [
110110
"<rootDir>/lib/.*"

0 commit comments

Comments
 (0)