Skip to content

Commit a3774b9

Browse files
committed
add documentation for the all config
1 parent 87f6426 commit a3774b9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ This plugin provides configs:
8989
- `plugin:svelte/base` ... Configuration to enable correct Svelte parsing.
9090
- `plugin:svelte/recommended` ... Above, plus rules to prevent errors or unintended behavior.
9191
- `plugin:svelte/prettier` ... Turns off rules that may conflict with [Prettier](https://prettier.io/) (You still need to configure prettier to work with svelte yourself, for example by using [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte).).
92+
- `plugin:svelte/all` ... All rules. This configuration is not recommended for production use because it changes with every minor and major version of `eslint-plugin-svelte`. Use it at your own risk.
9293

9394
See [the rule list](https://ota-meshi.github.io/eslint-plugin-svelte/rules/) to get the `rules` that this plugin provides.
9495

docs/user-guide.md

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ This plugin provides configs:
4242
- `plugin:svelte/base` ... Configuration to enable correct Svelte parsing.
4343
- `plugin:svelte/recommended` ... Above, plus rules to prevent errors or unintended behavior.
4444
- `plugin:svelte/prettier` ... Turns off rules that may conflict with [Prettier](https://prettier.io/) (You still need to configure prettier to work with svelte yourself, for example by using [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte).).
45+
- `plugin:svelte/all` ... All rules. This configuration is not recommended for production use because it changes with every minor and major version of `eslint-plugin-svelte`. Use it at your own risk.
4546

4647
See [the rule list](./rules.md) to get the `rules` that this plugin provides.
4748

0 commit comments

Comments
 (0)