Skip to content

Commit 61a2830

Browse files
committed
Fix linting typo
1 parent 78801c7 commit 61a2830

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
@@ -6,7 +6,7 @@
66
"prestart": "babel-node buildScripts/startMessage.js",
77
"start": "npm-run-all --parallel security-check open:src lint:watch test:watch start-mockapi",
88
"open:src": "babel-node buildScripts/srcServer.js",
9-
"lint": "esw webpack.config.* src buildScripts --color",
9+
"lint": "esw webpack.config.* src buildScripts",
1010
"lint:watch": "npm run lint -- --watch",
1111
"security-check": "nsp check",
1212
"localtunnel": "lt --port 3000",

0 commit comments

Comments
 (0)