Skip to content

Commit

Permalink
chore(lint): revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
sendilkumarn authored and dhruvdutt committed Sep 28, 2018
1 parent 26a5937 commit 686bc93
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Expand Up @@ -31,13 +31,11 @@
"changelog": "conventional-changelog --config ./build/changelog-generator/index.js --infile CHANGELOG.md --same-file",
"clean:all": "rimraf node_modules packages/*/node_modules",
"commit": "git-cz",
"commitmsg": "commitlint -E GIT_PARAMS",
"docs": "typedoc",
"format": "prettier-eslint ./bin/*.js ./test/**/*.js ./packages/**/*.js --write",
"lint:codeOnly": "eslint \"{bin}/**/!(__testfixtures__)/*.js\" \"{bin}/**.js\"",
"lint": "eslint \"./bin/*.js\" \"./test/**/*.js\" \"packages/**/!(node_modules)/*.test.js\"",
"pretest": "npm run build && npm run lint && npm run tslint",
"precommit": "lint-staged",
"reportCoverage": "nyc report --reporter=json && codecov -f coverage/coverage-final.json --disable=gcov",
"test": "nyc jest",
"travis:integration": "npm run build && npm run test && npm run reportCoverage",
Expand Down

0 comments on commit 686bc93

Please sign in to comment.