Skip to content

Commit 4c288e0

Browse files
committed
10.0.3
1 parent 4a5b7eb commit 4c288e0

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
@@ -32,7 +32,7 @@ module.exports = {
3232
category: "Stylistic Issues",
3333
recommended: false,
3434
url:
35-
"https://github.com/mysticatea/eslint-plugin/blob/v10.0.2/docs/rules/arrow-parens.md",
35+
"https://github.com/mysticatea/eslint-plugin/blob/v10.0.3/docs/rules/arrow-parens.md",
3636
},
3737
fixable: "code",
3838
schema: [],

lib/rules/block-scoped-var.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ module.exports = {
198198
category: "Possible Errors",
199199
recommended: false,
200200
url:
201-
"https://github.com/mysticatea/eslint-plugin/blob/v10.0.2/docs/rules/block-scoped-var.md",
201+
"https://github.com/mysticatea/eslint-plugin/blob/v10.0.3/docs/rules/block-scoped-var.md",
202202
},
203203
fixable: null,
204204
schema: [],

lib/rules/no-instanceof-array.js

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

lib/rules/no-instanceof-wrapper.js

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

lib/rules/no-literal-call.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = {
2323
category: "Possible Errors",
2424
recommended: false,
2525
url:
26-
"https://github.com/mysticatea/eslint-plugin/blob/v10.0.2/docs/rules/no-literal-call.md",
26+
"https://github.com/mysticatea/eslint-plugin/blob/v10.0.3/docs/rules/no-literal-call.md",
2727
},
2828
fixable: null,
2929
schema: [],

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

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

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ module.exports = {
9999
category: "Best Practices",
100100
recommended: false,
101101
url:
102-
"https://github.com/mysticatea/eslint-plugin/blob/v10.0.2/docs/rules/no-useless-rest-spread.md",
102+
"https://github.com/mysticatea/eslint-plugin/blob/v10.0.3/docs/rules/no-useless-rest-spread.md",
103103
},
104104
fixable: "code",
105105
schema: [],

lib/rules/prefer-for-of.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ module.exports = {
499499
category: "Best Practices",
500500
recommended: false,
501501
url:
502-
"https://github.com/mysticatea/eslint-plugin/blob/v10.0.2/docs/rules/prefer-for-of.md",
502+
"https://github.com/mysticatea/eslint-plugin/blob/v10.0.3/docs/rules/prefer-for-of.md",
503503
},
504504
fixable: "code",
505505
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": "10.0.2",
3+
"version": "10.0.3",
44
"description": "Additional ESLint rules.",
55
"engines": {
66
"node": ">=6.5.0"

0 commit comments

Comments
 (0)