Skip to content

Commit 4d4f92d

Browse files
committed
🔖 13.0.0
1 parent b95ac67 commit 4d4f92d

10 files changed

+10
-10
lines changed

‎lib/rules/arrow-parens.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = {
3131
category: "Stylistic Issues",
3232
recommended: false,
3333
url:
34-
"https://github.com/mysticatea/eslint-plugin/blob/v12.0.0/docs/rules/arrow-parens.md",
34+
"https://github.com/mysticatea/eslint-plugin/blob/v13.0.0/docs/rules/arrow-parens.md",
3535
},
3636
fixable: "code",
3737
schema: [],

‎lib/rules/block-scoped-var.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ module.exports = {
197197
category: "Possible Errors",
198198
recommended: false,
199199
url:
200-
"https://github.com/mysticatea/eslint-plugin/blob/v12.0.0/docs/rules/block-scoped-var.md",
200+
"https://github.com/mysticatea/eslint-plugin/blob/v13.0.0/docs/rules/block-scoped-var.md",
201201
},
202202
fixable: null,
203203
schema: [],

‎lib/rules/no-instanceof-array.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = {
1515
description: "disallow 'instanceof' for Array",
1616
category: "Best Practices",
1717
url:
18-
"https://github.com/mysticatea/eslint-plugin/blob/v12.0.0/docs/rules/no-instanceof-array.md",
18+
"https://github.com/mysticatea/eslint-plugin/blob/v13.0.0/docs/rules/no-instanceof-array.md",
1919
},
2020
fixable: "code",
2121
schema: [],

‎lib/rules/no-instanceof-wrapper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = {
1515
description: "disallow 'instanceof' for wrapper objects",
1616
category: "Best Practices",
1717
url:
18-
"https://github.com/mysticatea/eslint-plugin/blob/v12.0.0/docs/rules/no-instanceof-wrapper.md",
18+
"https://github.com/mysticatea/eslint-plugin/blob/v13.0.0/docs/rules/no-instanceof-wrapper.md",
1919
},
2020
fixable: "code",
2121
schema: [],

‎lib/rules/no-literal-call.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = {
2222
category: "Possible Errors",
2323
recommended: false,
2424
url:
25-
"https://github.com/mysticatea/eslint-plugin/blob/v12.0.0/docs/rules/no-literal-call.md",
25+
"https://github.com/mysticatea/eslint-plugin/blob/v13.0.0/docs/rules/no-literal-call.md",
2626
},
2727
fixable: null,
2828
schema: [],

‎lib/rules/no-this-in-static.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = {
1515
description: "Disallow `this`/`super` in static methods",
1616
category: "Best Practices",
1717
url:
18-
"https://github.com/mysticatea/eslint-plugin/blob/v12.0.0/docs/rules/no-this-in-static.md",
18+
"https://github.com/mysticatea/eslint-plugin/blob/v13.0.0/docs/rules/no-this-in-static.md",
1919
},
2020
fixable: null,
2121
schema: [],

‎lib/rules/no-use-ignored-vars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = {
2121
category: "Stylistic Issues",
2222
recommended: false,
2323
url:
24-
"https://github.com/mysticatea/eslint-plugin/blob/v12.0.0/docs/rules/no-use-ignored-vars.md",
24+
"https://github.com/mysticatea/eslint-plugin/blob/v13.0.0/docs/rules/no-use-ignored-vars.md",
2525
},
2626
fixable: null,
2727
schema: [{ type: "string" }],

‎lib/rules/no-useless-rest-spread.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ module.exports = {
9898
category: "Best Practices",
9999
recommended: false,
100100
url:
101-
"https://github.com/mysticatea/eslint-plugin/blob/v12.0.0/docs/rules/no-useless-rest-spread.md",
101+
"https://github.com/mysticatea/eslint-plugin/blob/v13.0.0/docs/rules/no-useless-rest-spread.md",
102102
},
103103
fixable: "code",
104104
schema: [],

‎lib/rules/prefer-for-of.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ module.exports = {
498498
category: "Best Practices",
499499
recommended: false,
500500
url:
501-
"https://github.com/mysticatea/eslint-plugin/blob/v12.0.0/docs/rules/prefer-for-of.md",
501+
"https://github.com/mysticatea/eslint-plugin/blob/v13.0.0/docs/rules/prefer-for-of.md",
502502
},
503503
fixable: "code",
504504
schema: [],

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mysticatea/eslint-plugin",
3-
"version": "12.0.0",
3+
"version": "13.0.0",
44
"description": "Additional ESLint rules.",
55
"engines": {
66
"node": ">=8.10.0"

0 commit comments

Comments
 (0)