Skip to content

Commit 0569bc7

Browse files
Include tests source files in the linter checks
1 parent 293c466 commit 0569bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"scripts": {
1919
"prepare": "babel --extensions \".ts,.tsx\" --out-dir dist src",
20-
"lint": "npx eslint src",
20+
"lint": "npx eslint src __test__",
2121
"test": "jest",
2222
"prepack": "npx copyfiles \"./../README.md\" ./README.md"
2323
},

0 commit comments

Comments
 (0)