Skip to content

Commit 8086049

Browse files
author
fengwan
committed
delete lint
1 parent e3ddb7d commit 8086049

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,13 @@
6161
"appveyor:test": "npm run test",
6262
"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
6363
"clean": "del-cli dist",
64-
"lint": "eslint --cache src test",
65-
"lint-staged": "lint-staged",
6664
"prepare": "npm run build",
6765
"prebuild": "npm run clean",
6866
"release": "standard-version",
6967
"security": "nsp check",
7068
"test": "jest",
7169
"test:watch": "jest --watch",
7270
"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
73-
"travis:lint": "npm run lint && npm run security",
7471
"travis:test": "npm run test -- --runInBand",
7572
"travis:coverage": "npm run test:coverage -- --runInBand",
7673
"webpack-defaults": "webpack-defaults"

0 commit comments

Comments
 (0)