This repository was archived by the owner on Aug 18, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +165
-189
lines changed Expand file tree Collapse file tree 2 files changed +165
-189
lines changed Original file line number Diff line number Diff line change 21
21
"scripts" : {
22
22
"test" : " npm run lint && npm run test-only" ,
23
23
"test-only" : " mocha && mocha --require test/fixtures/preprocess-to-patch.js" ,
24
- "lint" : " eslint index.js babylon-to-espree test" ,
25
- "fix" : " eslint index.js babylon-to-espree test --fix" ,
24
+ "lint" : " eslint lib test" ,
25
+ "fix" : " eslint lib test --fix" ,
26
26
"precommit" : " lint-staged" ,
27
27
"preversion" : " npm test" ,
28
28
"changelog" : " git log `git describe --tags --abbrev=0`..HEAD --pretty=format:' * %s (%an)' | grep -v 'Merge pull request'"
36
36
"url" : " https://github.com/babel/babel-eslint/issues"
37
37
},
38
38
"homepage" : " https://github.com/babel/babel-eslint" ,
39
+ "peerDependencies" : {
40
+ "eslint" : " >= 4.12.1"
41
+ },
39
42
"devDependencies" : {
40
43
"babel-eslint" : " ^8.2.6" ,
41
44
"dedent" : " ^0.7.0" ,
42
- "eslint" :
" npm:[email protected] " ,
45
+ "eslint" : " ^5.6.0 " ,
43
46
"eslint-config-babel" : " ^7.0.1" ,
44
47
"eslint-plugin-flowtype" : " ^2.30.3" ,
45
- "eslint-plugin-import" : " ^2.8 .0" ,
48
+ "eslint-plugin-import" : " ^2.14 .0" ,
46
49
"eslint-plugin-prettier" : " ^2.1.2" ,
47
50
"espree" : " ^3.5.2" ,
48
51
"husky" : " ^1.0.0-rc.13" ,
You can’t perform that action at this time.
0 commit comments