We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed6aa5 commit 0da386aCopy full SHA for 0da386a
package.json
@@ -16,7 +16,7 @@
16
"test:lint": "if-node-version \">=4\" eslint lib tests/lib index.js",
17
"test:mocha": "nyc mocha tests/lib/**/*.js --reporter progress",
18
"coverage": "nyc report --reporter=lcov && opener ./coverage/lcov-report/index.html",
19
- "test@2": "npm rm eslint-config-mysticatea && npm i eslint@2 && npm run test:mocha",
+ "test@2": "rimraf \"node_modules/eslint-{config,plugin}-*\" && npm i eslint@2 && npm run test:mocha",
20
"codecov": "nyc report -r lcovonly && codecov"
21
},
22
"engines": {
0 commit comments