Skip to content

Commit 26d360e

Browse files
committed
feat(docs): generate-all for svelte
1 parent ff432b0 commit 26d360e

24 files changed

+83
-49
lines changed

.eslint-doc-generatorrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const config = {
88
'flat/dom',
99
'flat/marko',
1010
'flat/react',
11+
'flat/svelte',
1112
'flat/vue',
1213
],
1314
postprocess: (content) =>

README.md

Lines changed: 58 additions & 29 deletions
Large diffs are not rendered by default.

docs/rules/await-async-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Enforce promises from async event methods are handled (`testing-library/await-async-events`)
22

3-
💼 This rule is enabled in the following configs: `angular`, `dom`, `marko`, `react`, `vue`.
3+
💼 This rule is enabled in the following configs: `angular`, `dom`, `marko`, `react`, `svelte`, `vue`.
44

55
🔧 This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix).
66

docs/rules/await-async-queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Enforce promises from async queries to be handled (`testing-library/await-async-queries`)
22

3-
💼 This rule is enabled in the following configs: `angular`, `dom`, `marko`, `react`, `vue`.
3+
💼 This rule is enabled in the following configs: `angular`, `dom`, `marko`, `react`, `svelte`, `vue`.
44

55
<!-- end auto-generated rule header -->
66

docs/rules/await-async-utils.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Enforce promises from async utils to be awaited properly (`testing-library/await-async-utils`)
22

3-
💼 This rule is enabled in the following configs: `angular`, `dom`, `marko`, `react`, `vue`.
3+
💼 This rule is enabled in the following configs: `angular`, `dom`, `marko`, `react`, `svelte`, `vue`.
44

55
<!-- end auto-generated rule header -->
66

docs/rules/no-await-sync-queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Disallow unnecessary `await` for sync queries (`testing-library/no-await-sync-queries`)
22

3-
💼 This rule is enabled in the following configs: `angular`, `dom`, `marko`, `react`, `vue`.
3+
💼 This rule is enabled in the following configs: `angular`, `dom`, `marko`, `react`, `svelte`, `vue`.
44

55
<!-- end auto-generated rule header -->
66

docs/rules/no-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Disallow the use of `container` methods (`testing-library/no-container`)
22

3-
💼 This rule is enabled in the following configs: `angular`, `marko`, `react`, `vue`.
3+
💼 This rule is enabled in the following configs: `angular`, `marko`, `react`, `svelte`, `vue`.
44

55
<!-- end auto-generated rule header -->
66

docs/rules/no-debugging-utils.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Disallow the use of debugging utilities like `debug` (`testing-library/no-debugging-utils`)
22

3-
⚠️ This rule _warns_ in the following configs: `angular`, `marko`, `react`, `vue`.
3+
⚠️ This rule _warns_ in the following configs: `angular`, `marko`, `react`, `svelte`, `vue`.
44

55
<!-- end auto-generated rule header -->
66

docs/rules/no-dom-import.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Disallow importing from DOM Testing Library (`testing-library/no-dom-import`)
22

3-
💼 This rule is enabled in the following configs: `angular`, `marko`, `react`, `vue`.
3+
💼 This rule is enabled in the following configs: `angular`, `marko`, `react`, `svelte`, `vue`.
44

55
🔧 This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix).
66

docs/rules/no-global-regexp-flag-in-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Disallow the use of the global RegExp flag (/g) in queries (`testing-library/no-global-regexp-flag-in-query`)
22

3-
💼 This rule is enabled in the following configs: `angular`, `dom`, `marko`, `react`, `vue`.
3+
💼 This rule is enabled in the following configs: `angular`, `dom`, `marko`, `react`, `svelte`, `vue`.
44

55
🔧 This rule is automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/latest/user-guide/command-line-interface#--fix).
66

0 commit comments

Comments
 (0)