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")
99
1010module . exports = {
1111 meta : {
12- type : "suggestion" ,
1312 docs : {
1413 description :
1514 "require a `eslint-enable` comment for every `eslint-disable` comment" ,
@@ -30,6 +29,7 @@ module.exports = {
3029 additionalProperties : false ,
3130 } ,
3231 ] ,
32+ type : "suggestion" ,
3333 } ,
3434
3535 create ( context ) {
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ const utils = require("../internal/utils")
99
1010module . exports = {
1111 meta : {
12- type : "suggestion" ,
1312 docs : {
1413 description :
1514 "disallow a `eslint-enable` comment for multiple `eslint-disable` comments" ,
@@ -20,6 +19,7 @@ module.exports = {
2019 } ,
2120 fixable : null ,
2221 schema : [ ] ,
22+ type : "suggestion" ,
2323 } ,
2424
2525 create ( context ) {
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ const utils = require("../internal/utils")
99
1010module . exports = {
1111 meta : {
12- type : "problem" ,
1312 docs : {
1413 description : "disallow duplicate `eslint-disable` comments" ,
1514 category : "Best Practices" ,
@@ -19,6 +18,7 @@ module.exports = {
1918 } ,
2019 fixable : null ,
2120 schema : [ ] ,
21+ type : "problem" ,
2222 } ,
2323
2424 create ( context ) {
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ const utils = require("../internal/utils")
1010
1111module . exports = {
1212 meta : {
13- type : "suggestion" ,
1413 docs : {
1514 description :
1615 "disallow `eslint-disable` comments about specific rules" ,
@@ -25,6 +24,7 @@ module.exports = {
2524 items : { type : "string" } ,
2625 uniqueItems : true ,
2726 } ,
27+ type : "suggestion" ,
2828 } ,
2929
3030 create ( context ) {
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ const PATTERNS = {
1313
1414module . exports = {
1515 meta : {
16- type : "suggestion" ,
1716 docs : {
1817 description :
1918 "disallow `eslint-disable` comments without rule names" ,
@@ -24,6 +23,7 @@ module.exports = {
2423 } ,
2524 fixable : null ,
2625 schema : [ ] ,
26+ type : "suggestion" ,
2727 } ,
2828
2929 create ( context ) {
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ require("../utils/patch")()
99
1010module . exports = {
1111 meta : {
12- type : "problem" ,
1312 docs : {
1413 description : "disallow unused `eslint-disable` comments" ,
1514 category : "Best Practices" ,
@@ -19,6 +18,7 @@ module.exports = {
1918 } ,
2019 fixable : null ,
2120 schema : [ ] ,
21+ type : "problem" ,
2222 } ,
2323
2424 create ( ) {
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ const utils = require("../internal/utils")
99
1010module . exports = {
1111 meta : {
12- type : "problem" ,
1312 docs : {
1413 description : "disallow unused `eslint-enable` comments" ,
1514 category : "Best Practices" ,
@@ -19,6 +18,7 @@ module.exports = {
1918 } ,
2019 fixable : null ,
2120 schema : [ ] ,
21+ type : "problem" ,
2222 } ,
2323
2424 create ( context ) {
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ const PATTERNS = {
1212
1313module . exports = {
1414 meta : {
15- type : "suggestion" ,
1615 docs : {
1716 description : "disallow ESLint directive-comments" ,
1817 category : "Stylistic Issues" ,
@@ -47,6 +46,7 @@ module.exports = {
4746 additionalProperties : false ,
4847 } ,
4948 ] ,
49+ type : "suggestion" ,
5050 } ,
5151
5252 create ( context ) {
Original file line number Diff line number Diff line change 1717 "ignore" : " ^5.0.5"
1818 },
1919 "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 " ,
2222 "@vuepress/plugin-pwa" : " ^1.0.1" ,
2323 "babel-eslint" : " ^10.0.1" ,
2424 "codecov" : " ^3.3.0" ,
2525 "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" ,
2828 "fs-extra" : " ^8.0.1" ,
2929 "mocha" : " ^6.1.4" ,
3030 "nyc" : " ^14.1.1" ,
3131 "opener" : " ^1.4.3" ,
3232 "rimraf" : " ^2.6.2" ,
3333 "string-replace-loader" : " ^2.1.1" ,
34- "vue-eslint-editor" : " ^0 .1.0" ,
34+ "vue-eslint-editor" : " ^1 .1.0" ,
3535 "vuepress" : " ^1.0.1"
3636 },
3737 "scripts" : {
You can’t perform that action at this time.
0 commit comments