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 35ac7fb commit 8a53158Copy full SHA for 8a53158
tools/eslint-plugin/scripts/buildRulesIndex.ts
@@ -30,6 +30,7 @@ export function buildRulesIndexFile() {
30
const indexContent = `/**
31
* DO NOT MODIFY THIS FILE
32
* ANY CHANGES WILL BE REMOVED ON THE NEXT BUILD
33
+ * USE THE "create-rule" SCRIPT TO ADD NEW RULES INSTEAD
34
*/
35
${importStatements}
36
0 commit comments