Skip to content

Commit fc118c7

Browse files
authored
feat: add config for Svelte (#973)
2 parents 496ecf6 + 26d360e commit fc118c7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+149
-54
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

docs/rules/await-async-events.md

Lines changed: 1 addition & 1 deletion

docs/rules/await-async-queries.md

Lines changed: 1 addition & 1 deletion

docs/rules/await-async-utils.md

Lines changed: 1 addition & 1 deletion

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

Lines changed: 1 addition & 1 deletion

docs/rules/no-container.md

Lines changed: 1 addition & 1 deletion

docs/rules/no-debugging-utils.md

Lines changed: 1 addition & 1 deletion

docs/rules/no-dom-import.md

Lines changed: 1 addition & 1 deletion

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

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)