Skip to content

Commit

Permalink
🔖 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Jan 31, 2019
1 parent 409fd38 commit 6604ccd
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lib/rules/arrow-parens.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = {
category: "Stylistic Issues",
recommended: false,
url:
"https://github.com/mysticatea/eslint-plugin/blob/v8.0.1/docs/rules/arrow-parens.md",
"https://github.com/mysticatea/eslint-plugin/blob/v9.0.0/docs/rules/arrow-parens.md",
},
fixable: "code",
schema: [],
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/block-scoped-var.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ module.exports = {
category: "Possible Errors",
recommended: false,
url:
"https://github.com/mysticatea/eslint-plugin/blob/v8.0.1/docs/rules/block-scoped-var.md",
"https://github.com/mysticatea/eslint-plugin/blob/v9.0.0/docs/rules/block-scoped-var.md",
},
fixable: null,
schema: [],
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/no-instanceof-array.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
description: "disallow 'instanceof' for Array",
category: "Best Practices",
url:
"https://github.com/mysticatea/eslint-plugin/blob/v8.0.1/docs/rules/no-instanceof-array.md",
"https://github.com/mysticatea/eslint-plugin/blob/v9.0.0/docs/rules/no-instanceof-array.md",
},
fixable: "code",
schema: [],
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/no-instanceof-wrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
description: "disallow 'instanceof' for wrapper objects",
category: "Best Practices",
url:
"https://github.com/mysticatea/eslint-plugin/blob/v8.0.1/docs/rules/no-instanceof-wrapper.md",
"https://github.com/mysticatea/eslint-plugin/blob/v9.0.0/docs/rules/no-instanceof-wrapper.md",
},
fixable: "code",
schema: [],
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/no-literal-call.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = {
category: "Possible Errors",
recommended: false,
url:
"https://github.com/mysticatea/eslint-plugin/blob/v8.0.1/docs/rules/no-literal-call.md",
"https://github.com/mysticatea/eslint-plugin/blob/v9.0.0/docs/rules/no-literal-call.md",
},
fixable: null,
schema: [],
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/no-this-in-static.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
description: "Disallow `this`/`super` in static methods",
category: "Best Practices",
url:
"https://github.com/mysticatea/eslint-plugin/blob/v8.0.1/docs/rules/no-this-in-static.md",
"https://github.com/mysticatea/eslint-plugin/blob/v9.0.0/docs/rules/no-this-in-static.md",
},
fixable: null,
schema: [],
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/no-use-ignored-vars.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
category: "Stylistic Issues",
recommended: false,
url:
"https://github.com/mysticatea/eslint-plugin/blob/v8.0.1/docs/rules/no-use-ignored-vars.md",
"https://github.com/mysticatea/eslint-plugin/blob/v9.0.0/docs/rules/no-use-ignored-vars.md",
},
fixable: null,
schema: [{ type: "string" }],
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/no-useless-rest-spread.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ module.exports = {
category: "Best Practices",
recommended: false,
url:
"https://github.com/mysticatea/eslint-plugin/blob/v8.0.1/docs/rules/no-useless-rest-spread.md",
"https://github.com/mysticatea/eslint-plugin/blob/v9.0.0/docs/rules/no-useless-rest-spread.md",
},
fixable: "code",
schema: [],
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/prefer-for-of.js
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ module.exports = {
category: "Best Practices",
recommended: false,
url:
"https://github.com/mysticatea/eslint-plugin/blob/v8.0.1/docs/rules/prefer-for-of.md",
"https://github.com/mysticatea/eslint-plugin/blob/v9.0.0/docs/rules/prefer-for-of.md",
},
fixable: "code",
schema: [],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mysticatea/eslint-plugin",
"version": "8.0.1",
"version": "9.0.0",
"description": "Additional ESLint rules.",
"engines": {
"node": ">=6.5.0"
Expand Down

0 comments on commit 6604ccd

Please sign in to comment.