Skip to content

Commit d7efa1c

Browse files
committed
Update lint script
1 parent 9996351 commit d7efa1c

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
@@ -25,7 +25,7 @@
2525
"test": "react-scripts test",
2626
"predeploy": "yarn build",
2727
"deploy": "gh-pages -d build",
28-
"lint": "eslint 'src/**/*.{ts,tsx}'",
28+
"lint": "eslint src/**/*.{ts,tsx}",
2929
"lint:fix": "yarn lint --fix",
3030
"type-check": "tsc --noEmit",
3131
"eject": "react-scripts eject"

0 commit comments

Comments
 (0)