This repository has been archived by the owner on Aug 18, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test against eslint 5 * set peerDep
- Loading branch information
Showing
2 changed files
with
165 additions
and
189 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,8 +21,8 @@ | |
"scripts": { | ||
"test": "npm run lint && npm run test-only", | ||
"test-only": "mocha && mocha --require test/fixtures/preprocess-to-patch.js", | ||
"lint": "eslint index.js babylon-to-espree test", | ||
"fix": "eslint index.js babylon-to-espree test --fix", | ||
"lint": "eslint lib test", | ||
"fix": "eslint lib test --fix", | ||
"precommit": "lint-staged", | ||
"preversion": "npm test", | ||
"changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:' * %s (%an)' | grep -v 'Merge pull request'" | ||
|
@@ -36,13 +36,16 @@ | |
"url": "https://github.com/babel/babel-eslint/issues" | ||
}, | ||
"homepage": "https://github.com/babel/babel-eslint", | ||
"peerDependencies": { | ||
"eslint": ">= 4.12.1" | ||
}, | ||
"devDependencies": { | ||
"babel-eslint": "^8.2.6", | ||
"dedent": "^0.7.0", | ||
"eslint": "npm:[email protected]", | ||
"eslint": "^5.6.0", | ||
"eslint-config-babel": "^7.0.1", | ||
"eslint-plugin-flowtype": "^2.30.3", | ||
"eslint-plugin-import": "^2.8.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-prettier": "^2.1.2", | ||
"espree": "^3.5.2", | ||
"husky": "^1.0.0-rc.13", | ||
|
Oops, something went wrong.