You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/rules/array-bracket-newline.md
+9-2
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,19 @@ since: v7.1.0
11
11
12
12
-:wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.
13
13
14
-
This rule is the same rule as core [array-bracket-newline] rule but it applies to the expressions in `<template>`.
14
+
This rule is the same rule as [@stylistic/array-bracket-newline] rule but it applies to the expressions in `<template>`.
15
+
16
+
This rule extends the rule that [@stylistic/eslint-plugin] has, but if [@stylistic/eslint-plugin] is not installed, this rule extracts and extends the same rule from ESLint core.
17
+
However, if neither is found, the rule cannot be used.
Copy file name to clipboardexpand all lines: docs/rules/array-bracket-spacing.md
+9-2
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,19 @@ since: v5.2.0
11
11
12
12
-:wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.
13
13
14
-
This rule is the same rule as core [array-bracket-spacing] rule but it applies to the expressions in `<template>`.
14
+
This rule is the same rule as [@stylistic/array-bracket-spacing] rule but it applies to the expressions in `<template>`.
15
+
16
+
This rule extends the rule that [@stylistic/eslint-plugin] has, but if [@stylistic/eslint-plugin] is not installed, this rule extracts and extends the same rule from ESLint core.
17
+
However, if neither is found, the rule cannot be used.
Copy file name to clipboardexpand all lines: docs/rules/array-element-newline.md
+13-2
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,25 @@ since: v9.9.0
11
11
12
12
-:wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.
13
13
14
-
This rule is the same rule as core [array-element-newline] rule but it applies to the expressions in `<template>`.
14
+
This rule is the same rule as [@stylistic/array-element-newline] rule but it applies to the expressions in `<template>`.
15
+
16
+
This rule extends the rule that [@stylistic/eslint-plugin] has, but if [@stylistic/eslint-plugin] is not installed, this rule extracts and extends the same rule from ESLint core.
17
+
However, if neither is found, the rule cannot be used.
Copy file name to clipboardexpand all lines: docs/rules/arrow-spacing.md
+9-2
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,19 @@ since: v5.2.0
11
11
12
12
-:wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.
13
13
14
-
This rule is the same rule as core [arrow-spacing] rule but it applies to the expressions in `<template>`.
14
+
This rule is the same rule as [@stylistic/arrow-spacing] rule but it applies to the expressions in `<template>`.
15
+
16
+
This rule extends the rule that [@stylistic/eslint-plugin] has, but if [@stylistic/eslint-plugin] is not installed, this rule extracts and extends the same rule from ESLint core.
17
+
However, if neither is found, the rule cannot be used.
Copy file name to clipboardexpand all lines: docs/rules/block-spacing.md
+9-2
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,19 @@ since: v5.2.0
11
11
12
12
-:wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.
13
13
14
-
This rule is the same rule as core [block-spacing] rule but it applies to the expressions in `<template>`.
14
+
This rule is the same rule as [@stylistic/block-spacing] rule but it applies to the expressions in `<template>`.
15
+
16
+
This rule extends the rule that [@stylistic/eslint-plugin] has, but if [@stylistic/eslint-plugin] is not installed, this rule extracts and extends the same rule from ESLint core.
17
+
However, if neither is found, the rule cannot be used.
Copy file name to clipboardexpand all lines: docs/rules/brace-style.md
+9-2
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,19 @@ since: v5.2.0
11
11
12
12
-:wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.
13
13
14
-
This rule is the same rule as core [brace-style] rule but it applies to the expressions in `<template>`.
14
+
This rule is the same rule as [@stylistic/brace-style] rule but it applies to the expressions in `<template>`.
15
+
16
+
This rule extends the rule that [@stylistic/eslint-plugin] has, but if [@stylistic/eslint-plugin] is not installed, this rule extracts and extends the same rule from ESLint core.
17
+
However, if neither is found, the rule cannot be used.
Copy file name to clipboardexpand all lines: docs/rules/comma-dangle.md
+9-2
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,19 @@ since: v5.2.0
11
11
12
12
-:wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.
13
13
14
-
This rule is the same rule as core [comma-dangle] rule but it applies to the expressions in `<template>`.
14
+
This rule is the same rule as [@stylistic/comma-dangle] rule but it applies to the expressions in `<template>`.
15
+
16
+
This rule extends the rule that [@stylistic/eslint-plugin] has, but if [@stylistic/eslint-plugin] is not installed, this rule extracts and extends the same rule from ESLint core.
17
+
However, if neither is found, the rule cannot be used.
Copy file name to clipboardexpand all lines: docs/rules/comma-spacing.md
+9-2
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,19 @@ since: v7.0.0
11
11
12
12
-:wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.
13
13
14
-
This rule is the same rule as core [comma-spacing] rule but it applies to the expressions in `<template>`.
14
+
This rule is the same rule as [@stylistic/comma-spacing] rule but it applies to the expressions in `<template>`.
15
+
16
+
This rule extends the rule that [@stylistic/eslint-plugin] has, but if [@stylistic/eslint-plugin] is not installed, this rule extracts and extends the same rule from ESLint core.
17
+
However, if neither is found, the rule cannot be used.
Copy file name to clipboardexpand all lines: docs/rules/comma-style.md
+9-2
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,19 @@ since: v7.0.0
11
11
12
12
-:wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.
13
13
14
-
This rule is the same rule as core [comma-style] rule but it applies to the expressions in `<template>`.
14
+
This rule is the same rule as [@stylistic/comma-style] rule but it applies to the expressions in `<template>`.
15
+
16
+
This rule extends the rule that [@stylistic/eslint-plugin] has, but if [@stylistic/eslint-plugin] is not installed, this rule extracts and extends the same rule from ESLint core.
17
+
However, if neither is found, the rule cannot be used.
Copy file name to clipboardexpand all lines: docs/rules/dot-location.md
+9-2
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,19 @@ since: v6.0.0
11
11
12
12
-:wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.
13
13
14
-
This rule is the same rule as core [dot-location] rule but it applies to the expressions in `<template>`.
14
+
This rule is the same rule as [@stylistic/dot-location] rule but it applies to the expressions in `<template>`.
15
+
16
+
This rule extends the rule that [@stylistic/eslint-plugin] has, but if [@stylistic/eslint-plugin] is not installed, this rule extracts and extends the same rule from ESLint core.
17
+
However, if neither is found, the rule cannot be used.
Copy file name to clipboardexpand all lines: docs/rules/func-call-spacing.md
+9-2
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,19 @@ since: v7.0.0
11
11
12
12
-:wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule.
13
13
14
-
This rule is the same rule as core [func-call-spacing] rule but it applies to the expressions in `<template>`.
14
+
This rule is the same rule as [@stylistic/function-call-spacing] rule but it applies to the expressions in `<template>`.
15
+
16
+
This rule extends the rule that [@stylistic/eslint-plugin] has, but if [@stylistic/eslint-plugin] is not installed, this rule extracts and extends the same rule from ESLint core.
17
+
However, if neither is found, the rule cannot be used.
0 commit comments