Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 27d5c05

Browse files
docs: add related rules and update ESLint Stylistic links (#2911)
1 parent 78023a8 commit 27d5c05

26 files changed

+57
-54
lines changed

‎docs/rules/array-bracket-newline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ However, if neither is found, the rule cannot be used.
2424
- [@stylistic/array-bracket-newline]
2525
- [array-bracket-newline]
2626

27-
[@stylistic/array-bracket-newline]: https://eslint.style/rules/default/array-bracket-newline
27+
[@stylistic/array-bracket-newline]: https://eslint.style/rules/array-bracket-newline
2828
[array-bracket-newline]: https://eslint.org/docs/rules/array-bracket-newline
2929

3030
## :rocket: Version
@@ -36,4 +36,4 @@ This rule was introduced in eslint-plugin-vue v7.1.0
3636
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/array-bracket-newline.js)
3737
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/array-bracket-newline.js)
3838

39-
<sup>Taken with ❤️ [from ESLint Stylistic](https://eslint.style/rules/js/array-bracket-newline)</sup>
39+
<sup>Taken with ❤️ [from ESLint Stylistic](https://eslint.style/rules/array-bracket-newline)</sup>

‎docs/rules/array-bracket-spacing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ However, if neither is found, the rule cannot be used.
2424
- [@stylistic/array-bracket-spacing]
2525
- [array-bracket-spacing]
2626

27-
[@stylistic/array-bracket-spacing]: https://eslint.style/rules/default/array-bracket-spacing
27+
[@stylistic/array-bracket-spacing]: https://eslint.style/rules/array-bracket-spacing
2828
[array-bracket-spacing]: https://eslint.org/docs/rules/array-bracket-spacing
2929

3030
## :rocket: Version
@@ -36,4 +36,4 @@ This rule was introduced in eslint-plugin-vue v5.2.0
3636
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/array-bracket-spacing.js)
3737
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/array-bracket-spacing.js)
3838

39-
<sup>Taken with ❤️ [from ESLint Stylistic](https://eslint.style/rules/js/array-bracket-spacing)</sup>
39+
<sup>Taken with ❤️ [from ESLint Stylistic](https://eslint.style/rules/array-bracket-spacing)</sup>

‎docs/rules/array-element-newline.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ However, if neither is found, the rule cannot be used.
2828
- [array-bracket-newline]
2929
- [array-element-newline]
3030

31-
[@stylistic/array-element-newline]: https://eslint.style/rules/default/array-element-newline
32-
[@stylistic/array-bracket-spacing]: https://eslint.style/rules/default/array-bracket-spacing
33-
[@stylistic/array-bracket-newline]: https://eslint.style/rules/default/array-bracket-newline
31+
[@stylistic/array-element-newline]: https://eslint.style/rules/array-element-newline
32+
[@stylistic/array-bracket-spacing]: https://eslint.style/rules/array-bracket-spacing
33+
[@stylistic/array-bracket-newline]: https://eslint.style/rules/array-bracket-newline
3434
[array-bracket-spacing]: https://eslint.org/docs/rules/array-bracket-spacing
3535
[array-bracket-newline]: https://eslint.org/docs/rules/array-bracket-newline
3636
[array-element-newline]: https://eslint.org/docs/rules/array-element-newline
@@ -44,4 +44,4 @@ This rule was introduced in eslint-plugin-vue v9.9.0
4444
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/array-element-newline.js)
4545
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/array-element-newline.js)
4646

47-
<sup>Taken with ❤️ [from ESLint Stylistic](https://eslint.style/rules/js/array-element-newline)</sup>
47+
<sup>Taken with ❤️ [from ESLint Stylistic](https://eslint.style/rules/array-element-newline)</sup>

‎docs/rules/arrow-spacing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ However, if neither is found, the rule cannot be used.
2424
- [@stylistic/arrow-spacing]
2525
- [arrow-spacing]
2626

27-
[@stylistic/arrow-spacing]: https://eslint.style/rules/default/arrow-spacing
27+
[@stylistic/arrow-spacing]: https://eslint.style/rules/arrow-spacing
2828
[arrow-spacing]: https://eslint.org/docs/rules/arrow-spacing
2929

3030
## :rocket: Version
@@ -36,4 +36,4 @@ This rule was introduced in eslint-plugin-vue v5.2.0
3636
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/arrow-spacing.js)
3737
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/arrow-spacing.js)
3838

39-
<sup>Taken with ❤️ [from ESLint Stylistic](https://eslint.style/rules/js/arrow-spacing)</sup>
39+
<sup>Taken with ❤️ [from ESLint Stylistic](https://eslint.style/rules/arrow-spacing)</sup>

‎docs/rules/block-spacing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ However, if neither is found, the rule cannot be used.
2424
- [@stylistic/block-spacing]
2525
- [block-spacing]
2626

27-
[@stylistic/block-spacing]: https://eslint.style/rules/default/block-spacing
27+
[@stylistic/block-spacing]: https://eslint.style/rules/block-spacing
2828
[block-spacing]: https://eslint.org/docs/rules/block-spacing
2929

3030
## :rocket: Version
@@ -36,4 +36,4 @@ This rule was introduced in eslint-plugin-vue v5.2.0
3636
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/block-spacing.js)
3737
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/block-spacing.js)
3838

39-
<sup>Taken with ❤️ [from ESLint Stylistic](https://eslint.style/rules/ts/block-spacing)</sup>
39+
<sup>Taken with ❤️ [from ESLint Stylistic](https://eslint.style/rules/block-spacing)</sup>

‎docs/rules/brace-style.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ However, if neither is found, the rule cannot be used.
2424
- [@stylistic/brace-style]
2525
- [brace-style]
2626

27-
[@stylistic/brace-style]: https://eslint.style/rules/default/brace-style
27+
[@stylistic/brace-style]: https://eslint.style/rules/brace-style
2828
[brace-style]: https://eslint.org/docs/rules/brace-style
2929

3030
## :rocket: Version
@@ -36,4 +36,4 @@ This rule was introduced in eslint-plugin-vue v5.2.0
3636
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/brace-style.js)
3737
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/brace-style.js)
3838

39-
<sup>Taken with ❤️ [from ESLint Stylistic](https://eslint.style/rules/ts/brace-style)</sup>
39+
<sup>Taken with ❤️ [from ESLint Stylistic](https://eslint.style/rules/brace-style)</sup>

‎docs/rules/comma-dangle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ However, if neither is found, the rule cannot be used.
2424
- [@stylistic/comma-dangle]
2525
- [comma-dangle]
2626

27-
[@stylistic/comma-dangle]: https://eslint.style/rules/default/comma-dangle
27+
[@stylistic/comma-dangle]: https://eslint.style/rules/comma-dangle
2828
[comma-dangle]: https://eslint.org/docs/rules/comma-dangle
2929

3030
## :rocket: Version
@@ -36,4 +36,4 @@ This rule was introduced in eslint-plugin-vue v5.2.0
3636
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/comma-dangle.js)
3737
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/comma-dangle.js)
3838

39-
<sup>Taken with ❤️ [from ESLint Stylistic](https://eslint.style/rules/ts/comma-dangle)</sup>
39+
<sup>Taken with ❤️ [from ESLint Stylistic](https://eslint.style/rules/comma-dangle)</sup>

‎docs/rules/comma-spacing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ However, if neither is found, the rule cannot be used.
2424
- [@stylistic/comma-spacing]
2525
- [comma-spacing]
2626

27-
[@stylistic/comma-spacing]: https://eslint.style/rules/default/comma-spacing
27+
[@stylistic/comma-spacing]: https://eslint.style/rules/comma-spacing
2828
[comma-spacing]: https://eslint.org/docs/rules/comma-spacing
2929

3030
## :rocket: Version
@@ -36,4 +36,4 @@ This rule was introduced in eslint-plugin-vue v7.0.0
3636
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/comma-spacing.js)
3737
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/comma-spacing.js)
3838

39-
<sup>Taken with ❤️ [from ESLint Stylistic](https://eslint.style/rules/ts/comma-spacing)</sup>
39+
<sup>Taken with ❤️ [from ESLint Stylistic](https://eslint.style/rules/comma-spacing)</sup>

‎docs/rules/comma-style.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ However, if neither is found, the rule cannot be used.
2424
- [@stylistic/comma-style]
2525
- [comma-style]
2626

27-
[@stylistic/comma-style]: https://eslint.style/rules/default/comma-style
27+
[@stylistic/comma-style]: https://eslint.style/rules/comma-style
2828
[comma-style]: https://eslint.org/docs/rules/comma-style
2929

3030
## :rocket: Version
@@ -36,4 +36,4 @@ This rule was introduced in eslint-plugin-vue v7.0.0
3636
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/comma-style.js)
3737
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/comma-style.js)
3838

39-
<sup>Taken with ❤️ [from ESLint Stylistic](https://eslint.style/rules/js/comma-style)</sup>
39+
<sup>Taken with ❤️ [from ESLint Stylistic](https://eslint.style/rules/comma-style)</sup>

‎docs/rules/dot-location.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ However, if neither is found, the rule cannot be used.
2424
- [@stylistic/dot-location]
2525
- [dot-location]
2626

27-
[@stylistic/dot-location]: https://eslint.style/rules/default/dot-location
27+
[@stylistic/dot-location]: https://eslint.style/rules/dot-location
2828
[dot-location]: https://eslint.org/docs/rules/dot-location
2929

3030
## :rocket: Version
@@ -36,4 +36,4 @@ This rule was introduced in eslint-plugin-vue v6.0.0
3636
- [Rule source](https://github.com/vuejs/eslint-plugin-vue/blob/master/lib/rules/dot-location.js)
3737
- [Test source](https://github.com/vuejs/eslint-plugin-vue/blob/master/tests/lib/rules/dot-location.js)
3838

39-
<sup>Taken with ❤️ [from ESLint Stylistic](https://eslint.style/rules/js/dot-location)</sup>
39+
<sup>Taken with ❤️ [from ESLint Stylistic](https://eslint.style/rules/dot-location)</sup>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /