mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-30 12:01:06 -05:00
example: use bin-up to find eslint
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
"deploy": "gulp deploy",
|
||||
"prerelease": "npm run build",
|
||||
"release": "releaser",
|
||||
"lint": "../../node_modules/.bin/eslint --fix *.js bin/*.js lib/*.js test/*.js",
|
||||
"lint": "$(bin-up eslint) --fix *.js bin/*.js lib/*.js test/*.js",
|
||||
"pretest": "npm run lint"
|
||||
},
|
||||
"author": "Brian Mann",
|
||||
@@ -25,6 +25,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cypress/releaser": "0.1.12",
|
||||
"bin-up": "^1.0.1",
|
||||
"chai": "^3.5.0",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-clean": "^0.3.1",
|
||||
|
||||
Reference in New Issue
Block a user