File tree Expand file tree Collapse file tree 9 files changed +13
-13
lines changed Expand file tree Collapse file tree 9 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ const utils = require("../internal/utils")
9
9
10
10
module . exports = {
11
11
meta : {
12
- type : "suggestion" ,
13
12
docs : {
14
13
description :
15
14
"require a `eslint-enable` comment for every `eslint-disable` comment" ,
@@ -30,6 +29,7 @@ module.exports = {
30
29
additionalProperties : false ,
31
30
} ,
32
31
] ,
32
+ type : "suggestion" ,
33
33
} ,
34
34
35
35
create ( context ) {
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ const utils = require("../internal/utils")
9
9
10
10
module . exports = {
11
11
meta : {
12
- type : "suggestion" ,
13
12
docs : {
14
13
description :
15
14
"disallow a `eslint-enable` comment for multiple `eslint-disable` comments" ,
@@ -20,6 +19,7 @@ module.exports = {
20
19
} ,
21
20
fixable : null ,
22
21
schema : [ ] ,
22
+ type : "suggestion" ,
23
23
} ,
24
24
25
25
create ( context ) {
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ const utils = require("../internal/utils")
9
9
10
10
module . exports = {
11
11
meta : {
12
- type : "problem" ,
13
12
docs : {
14
13
description : "disallow duplicate `eslint-disable` comments" ,
15
14
category : "Best Practices" ,
@@ -19,6 +18,7 @@ module.exports = {
19
18
} ,
20
19
fixable : null ,
21
20
schema : [ ] ,
21
+ type : "problem" ,
22
22
} ,
23
23
24
24
create ( context ) {
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ const utils = require("../internal/utils")
10
10
11
11
module . exports = {
12
12
meta : {
13
- type : "suggestion" ,
14
13
docs : {
15
14
description :
16
15
"disallow `eslint-disable` comments about specific rules" ,
@@ -25,6 +24,7 @@ module.exports = {
25
24
items : { type : "string" } ,
26
25
uniqueItems : true ,
27
26
} ,
27
+ type : "suggestion" ,
28
28
} ,
29
29
30
30
create ( context ) {
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ const PATTERNS = {
13
13
14
14
module . exports = {
15
15
meta : {
16
- type : "suggestion" ,
17
16
docs : {
18
17
description :
19
18
"disallow `eslint-disable` comments without rule names" ,
@@ -24,6 +23,7 @@ module.exports = {
24
23
} ,
25
24
fixable : null ,
26
25
schema : [ ] ,
26
+ type : "suggestion" ,
27
27
} ,
28
28
29
29
create ( context ) {
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ require("../utils/patch")()
9
9
10
10
module . exports = {
11
11
meta : {
12
- type : "problem" ,
13
12
docs : {
14
13
description : "disallow unused `eslint-disable` comments" ,
15
14
category : "Best Practices" ,
@@ -19,6 +18,7 @@ module.exports = {
19
18
} ,
20
19
fixable : null ,
21
20
schema : [ ] ,
21
+ type : "problem" ,
22
22
} ,
23
23
24
24
create ( ) {
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ const utils = require("../internal/utils")
9
9
10
10
module . exports = {
11
11
meta : {
12
- type : "problem" ,
13
12
docs : {
14
13
description : "disallow unused `eslint-enable` comments" ,
15
14
category : "Best Practices" ,
@@ -19,6 +18,7 @@ module.exports = {
19
18
} ,
20
19
fixable : null ,
21
20
schema : [ ] ,
21
+ type : "problem" ,
22
22
} ,
23
23
24
24
create ( context ) {
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ const PATTERNS = {
12
12
13
13
module . exports = {
14
14
meta : {
15
- type : "suggestion" ,
16
15
docs : {
17
16
description : "disallow ESLint directive-comments" ,
18
17
category : "Stylistic Issues" ,
@@ -47,6 +46,7 @@ module.exports = {
47
46
additionalProperties : false ,
48
47
} ,
49
48
] ,
49
+ type : "suggestion" ,
50
50
} ,
51
51
52
52
create ( context ) {
Original file line number Diff line number Diff line change 17
17
"ignore" : " ^5.0.5"
18
18
},
19
19
"devDependencies" : {
20
- "@mysticatea/eslint-plugin" : " ^10 .0.3 " ,
21
- "@types/node" : " ^12 .0.8 " ,
20
+ "@mysticatea/eslint-plugin" : " ^13 .0.0 " ,
21
+ "@types/node" : " ^14 .0.1 " ,
22
22
"@vuepress/plugin-pwa" : " ^1.0.1" ,
23
23
"babel-eslint" : " ^10.0.1" ,
24
24
"codecov" : " ^3.3.0" ,
25
25
"cross-spawn" : " ^6.0.5" ,
26
- "eslint" : " ^5.12 .0" ,
27
- "eslint4b" : " ^5.12 .0" ,
26
+ "eslint" : " ^7.0 .0" ,
27
+ "eslint4b" : " ^7.0 .0" ,
28
28
"fs-extra" : " ^8.0.1" ,
29
29
"mocha" : " ^6.1.4" ,
30
30
"nyc" : " ^14.1.1" ,
31
31
"opener" : " ^1.4.3" ,
32
32
"rimraf" : " ^2.6.2" ,
33
33
"string-replace-loader" : " ^2.1.1" ,
34
- "vue-eslint-editor" : " ^0 .1.0" ,
34
+ "vue-eslint-editor" : " ^1 .1.0" ,
35
35
"vuepress" : " ^1.0.1"
36
36
},
37
37
"scripts" : {
You can’t perform that action at this time.
0 commit comments