Skip to content

Commit

Permalink
Fix eslint 6 behavior changing (#1820)
Browse files Browse the repository at this point in the history
  • Loading branch information
huan committed Jul 18, 2019
1 parent 307ee67 commit 094e5fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"doctor": "npm run check-node-version && ts-node bin/doctor",
"check-node-version": "check-node-version --node \">= 10\"",
"lint": "npm run check-node-version && npm run lint:es && npm run lint:ts && npm run lint:sh",
"lint:es": "eslint --ignore-pattern fixtures/ '{bin,examples,src,scripts,tests}/**/*.ts'",
"lint:es": "eslint --ignore-pattern node_modules/ --ignore-pattern fixtures/ '{bin,examples,src,scripts,tests}/**/*.ts'",
"lint:md": "markdownlint README.md",
"lint:ts": "tsc --noEmit",
"lint:sh": "bash -n bin/*.sh",
Expand Down Expand Up @@ -118,7 +118,6 @@
"@types/promise-retry": "^1.1.3",
"@types/qr-image": "^3.2.1",
"@types/raven": "^2.1.0",
"@types/read-pkg-up": "^6.0.0",
"@types/request": "^2.47.1",
"@types/retry": "^0.12.0",
"@types/semver": "^6.0.0",
Expand Down

0 comments on commit 094e5fe

Please sign in to comment.