Skip to content

Commit 8a53158

Browse files
committed
Add note on what generated the rules index
1 parent 35ac7fb commit 8a53158

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/eslint-plugin/scripts/buildRulesIndex.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export function buildRulesIndexFile() {
3030
const indexContent = `/**
3131
* DO NOT MODIFY THIS FILE
3232
* ANY CHANGES WILL BE REMOVED ON THE NEXT BUILD
33+
* USE THE "create-rule" SCRIPT TO ADD NEW RULES INSTEAD
3334
*/
3435
${importStatements}
3536

0 commit comments

Comments
 (0)