Skip to content

Commit 4c99521

Browse files
committed
Fix linter
1 parent 9660865 commit 4c99521

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
@@ -11,7 +11,7 @@
1111
"start": "npx webpack --watch --mode development",
1212
"prepare": "npm run build",
1313
"prepublishOnly": "npm run build",
14-
"lint": "eslint src/**/*.ts --fix"
14+
"lint": "eslint **/*.ts --fix"
1515
},
1616
"repository": {
1717
"type": "git",

0 commit comments

Comments
 (0)