Skip to content

Commit fc56924

Browse files
authored
docs: indicate available enableFixer option; fixes #1072 (#1073)
1 parent e6b6a85 commit fc56924

File tree

4 files changed

+17
-119
lines changed

4 files changed

+17
-119
lines changed

.README/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,11 @@ See [Advanced](./docs/advanced.md#readme).
187187

188188
Problems reported by rules which have a wrench :wrench: below can be fixed automatically by running ESLint on the command line with `--fix` option.
189189

190+
Note that a number of fixable rules have an `enableFixer` option which can
191+
be set to `false` to disable the fixer (or in the case of `check-param-names`,
192+
`check-property-names`, and `no-blank-blocks`, set to `true` to enable a
193+
non-default-recommended fixer).
194+
190195
|recommended|fixable|rule|description|
191196
|-|-|-|-|
192197
|:heavy_check_mark:|| [check-access](./docs/rules/check-access.md#readme) | Enforces valid `@access` tags|

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,11 @@ See [Advanced](./docs/advanced.md#readme).
208208

209209
Problems reported by rules which have a wrench :wrench: below can be fixed automatically by running ESLint on the command line with `--fix` option.
210210

211+
Note that a number of fixable rules have an `enableFixer` option which can
212+
be set to `false` to disable the fixer (or in the case of `check-param-names`,
213+
`check-property-names`, and `no-blank-blocks`, set to `true` to enable a
214+
non-default-recommended fixer).
215+
211216
|recommended|fixable|rule|description|
212217
|-|-|-|-|
213218
|:heavy_check_mark:|| [check-access](./docs/rules/check-access.md#readme) | Enforces valid `@access` tags|

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"chai": "^4.3.7",
3939
"cross-env": "^7.0.3",
4040
"decamelize": "^5.0.1",
41-
"eslint": "^8.39.0",
41+
"eslint": "8.39.0",
4242
"eslint-config-canonical": "~33.0.1",
4343
"gitdown": "^3.1.5",
4444
"glob": "^10.2.2",

pnpm-lock.yaml

Lines changed: 6 additions & 118 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)