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/src/use/configure/configuration-files.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -370,7 +370,7 @@ export default [
370
370
ESLint has two predefined configurations for JavaScript:
371
371
372
372
*`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.
374
374
375
375
To include these predefined configurations, install the `@eslint/js` package and then make any modifications to other properties in subsequent configuration objects:
0 commit comments