Skip to content

Commit 26c3003

Browse files
authored
docs: Clarify dangers of eslint:all (#19318)
1 parent c038257 commit 26c3003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/use/configure/configuration-files.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ export default [
370370
ESLint has two predefined configurations for JavaScript:
371371

372372
* `js.configs.recommended` - enables the rules that ESLint recommends everyone use to avoid potential errors.
373-
* `js.configs.all` - enables all of the rules shipped with ESLint.
373+
* `js.configs.all` - enables all of the rules shipped with ESLint. This configuration is **not recommended** for production use because it changes with every minor and major version of ESLint. Use at your own risk.
374374

375375
To include these predefined configurations, install the `@eslint/js` package and then make any modifications to other properties in subsequent configuration objects:
376376

0 commit comments

Comments
 (0)