We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0217f commit 7e02528Copy full SHA for 7e02528
docs-svelte-kit/src/lib/eslint/scripts/linter.js
@@ -64,9 +64,9 @@ for (const rule of pluginRules) {
64
const category = rule.meta.docs.category
65
categories.find((c) => c.title === category).rules.push(data)
66
67
- if (rule.meta.docs.recommended) {
68
- DEFAULT_RULES_CONFIG[rule.meta.docs.ruleId] = "error"
69
- }
+ // if (rule.meta.docs.recommended) {
+ DEFAULT_RULES_CONFIG[rule.meta.docs.ruleId] = "error"
+ // }
70
}
71
72
for (const [ruleId, rule] of linter.getRules()) {
0 commit comments