Skip to content

Commit

Permalink
chore: run lint over ts files via jest
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Aug 29, 2019
1 parent 0cb1df5 commit adcf82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -104,7 +104,7 @@
"displayName": "lint",
"runner": "jest-runner-eslint",
"testMatch": [
"<rootDir>/**/*.js"
"<rootDir>/**/*.{js,ts}"
],
"testPathIgnorePatterns": [
"<rootDir>/lib/.*"
Expand Down

0 comments on commit adcf82e

Please sign in to comment.