Skip to content

Commit a5cdbec

Browse files
committed
update es lint commands manually tested
1 parent 012fefe commit a5cdbec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"clean": "rimraf dist",
77
"start": "cross-env BABEL_DISABLE_CACHE=1 NODE_ENV=development nodemon index.js",
88
"start:prod": "cross-env NODE_ENV=production node index.js",
9-
"lint": "eslint client server --ext .jsx --ext .js",
10-
"lint-fix": "eslint client server --ext .jsx --ext .js --fix",
9+
"lint": "eslint client server --ext .jsx --ext .js --ext .tsx --ext .ts",
10+
"lint-fix": "eslint client server --ext .jsx --ext .js --ext .tsx --ext .ts --fix",
1111
"build": "npm run build:client && npm run build:server && npm run build:examples",
1212
"build:client": "cross-env NODE_ENV=production webpack --config webpack/config.prod.js",
1313
"build:server": "cross-env NODE_ENV=production webpack --config webpack/config.server.js",

0 commit comments

Comments
 (0)