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 884249e commit 394d6bcCopy full SHA for 394d6bc
tests/index.test.ts
@@ -60,6 +60,7 @@ it('should export configs that refer to actual rules', () => {
60
'flat/svelte',
61
'flat/marko',
62
]);
63
+
64
const allConfigRules = Object.values(allConfigs)
65
.map((config) => Object.keys(config.rules ?? {}))
66
.reduce((previousValue, currentValue) => [
0 commit comments