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 13f64a0 commit 90f8908Copy full SHA for 90f8908
.github/copilot-instructions.md
@@ -67,7 +67,7 @@
67
- Rules use the visitor pattern to analyze JavaScript AST nodes
68
- Helper functions should be defined outside the `create` function to avoid recreating them on each execution
69
- Common utilities for working with ASTs are available in `./utils/ast-utils`
70
-- Rules that need to fix code should implement a fixer function that returns a function to apply corrections
+- Rules that need to fix code should implement a fixer function that returns corrections to apply
71
- Rules should avoid duplicate computations by factoring out common checks into helper functions
72
- The rule tester configuration now uses flat configuration format (`languageOptions` instead of `parserOptions`)
73
0 commit comments