File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 6
6
[ ![ codecov] ( https://codecov.io/gh/mysticatea/eslint-plugin-eslint-comments/branch/master/graph/badge.svg )] ( https://codecov.io/gh/mysticatea/eslint-plugin-eslint-comments )
7
7
[ ![ Dependency Status] ( https://david-dm.org/mysticatea/eslint-plugin-eslint-comments.svg )] ( https://david-dm.org/mysticatea/eslint-plugin-eslint-comments )
8
8
9
- Additional ESLint rules for ESLint's directive- comments (e.g. ` //eslint-disable-line ` ).
9
+ Additional ESLint rules for ESLint directive comments (e.g. ` //eslint-disable-line ` ).
10
10
11
11
## 💿 Installation
12
12
@@ -16,8 +16,8 @@ npm install --save-dev eslint eslint-plugin-eslint-comments
16
16
17
17
### Requirements
18
18
19
- - Node.js ` ^4.0.0 ` , ` ^6.0 .0` , or newer.
20
- - ESLint ` ^4.7.0 ` , or newer.
19
+ - Node.js ` ^6.5 .0 ` , or newer versions .
20
+ - ESLint ` ^4.19.1 ` , or newer versions .
21
21
22
22
## 📖 Usage
23
23
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-eslint-comments" ,
3
3
"version" : " 2.0.2" ,
4
- "description" : " Additional ESLint rules for directive comments of ESLint ." ,
4
+ "description" : " Additional ESLint rules for ESLint directive comments." ,
5
5
"engines" : {
6
- "node" : " ^4.0.0 || >=6.0 .0"
6
+ "node" : " >=6.5 .0"
7
7
},
8
8
"main" : " index.js" ,
9
9
"files" : [
10
10
" lib"
11
11
],
12
12
"peerDependencies" : {
13
- "eslint" : " >=4.7.0 "
13
+ "eslint" : " >=4.19.1 "
14
14
},
15
15
"dependencies" : {
16
16
"escape-string-regexp" : " ^1.0.5" ,
17
- "ignore" : " ^3.3.7 "
17
+ "ignore" : " ^3.3.8 "
18
18
},
19
19
"devDependencies" : {
20
20
"chokidar-cli" : " ^1.2.0" ,
21
- "codecov" : " ^3.0.0 " ,
22
- "eslint" : " ^4.10.0 " ,
23
- "eslint-config -mysticatea" : " ^12 .0.0" ,
24
- "mocha" : " ^4.0.0 " ,
25
- "npm-run-all" : " ^4.1.1 " ,
26
- "nyc" : " ^11.2 .1" ,
21
+ "codecov" : " ^3.0.1 " ,
22
+ "eslint" : " ^4.19.1 " ,
23
+ "eslint-plugin -mysticatea" : " ^5 .0.0-beta.5 " ,
24
+ "mocha" : " ^5.1.1 " ,
25
+ "npm-run-all" : " ^4.1.2 " ,
26
+ "nyc" : " ^11.7 .1" ,
27
27
"opener" : " ^1.4.3" ,
28
28
"rimraf" : " ^2.6.2"
29
29
},
You can’t perform that action at this time.
0 commit comments