Skip to content

Commit 7072dea

Browse files
committed
chore: re-add src to eslint
1 parent 9c43702 commit 7072dea

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
@@ -12,7 +12,7 @@
1212
},
1313
"scripts": {
1414
"build": "tsc",
15-
"lint": "eslint tests --ext .js,.ts",
15+
"lint": "eslint src tests --ext .js,.ts",
1616
"test": "jest"
1717
},
1818
"repository": {

0 commit comments

Comments
 (0)