Skip to content

Commit 28f40ee

Browse files
committed
Ignore eslint updates until supported by eslint-config-airbnb-base
Depends on airbnb/javascript#1834. Signed-off-by: Kevin Locke <[email protected]>
1 parent 5b21994 commit 28f40ee

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"lint-js": "eslint . && echo ESLint passed.",
3030
"postpublish": "git -C doc push && git push --follow-tags origin master gh-pages && echo Remember to update GitHub Releases from CHANGELOG.md && echo until skywinder/github-changelog-generator#56 is fixed.",
3131
"postversion": "rimraf doc && git clone -b gh-pages -l -q . doc && npm run doc && git -C doc add . && git -C doc commit -n -m \"Docs for v$npm_package_version\"",
32-
"preversion": "depcheck --ignores eslint-plugin-import,greenkeeper-lockfile --ignore-dirs doc && david && git-branch-is master && travis-status -b master -c -wx && appveyor-status -b master -c -w && istanbul check-coverage --statements 95 coverage/coverage.json",
32+
"preversion": "depcheck --ignores eslint-plugin-import,greenkeeper-lockfile --ignore-dirs doc && david -i eslint && git-branch-is master && travis-status -b master -c -wx && appveyor-status -b master -c -w && istanbul check-coverage --statements 95 coverage/coverage.json",
3333
"start": "supervisor --quiet --no-restart-on exit --extensions js,json --ignore test --poll-interval 2000 server.js",
3434
"test": "npm run lint && npm run test-unit",
3535
"test-cov": "npm run lint && npm run test-unit-cov",
@@ -57,6 +57,11 @@
5757
"node": ">=6",
5858
"npm": ">=1.3.7"
5959
},
60+
"greenkeeper": {
61+
"ignore": [
62+
"eslint"
63+
]
64+
},
6065
"yargs": {
6166
"parse-numbers": false,
6267
"duplicate-arguments-array": false,

0 commit comments

Comments
 (0)