Skip to content

Commit 90f8908

Browse files
nzakasfasttime
andauthored
Update .github/copilot-instructions.md
Co-authored-by: Francesco Trotta <github@fasttime.org>
1 parent 13f64a0 commit 90f8908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
- Rules use the visitor pattern to analyze JavaScript AST nodes
6868
- Helper functions should be defined outside the `create` function to avoid recreating them on each execution
6969
- 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
70+
- Rules that need to fix code should implement a fixer function that returns corrections to apply
7171
- Rules should avoid duplicate computations by factoring out common checks into helper functions
7272
- The rule tester configuration now uses flat configuration format (`languageOptions` instead of `parserOptions`)
7373

0 commit comments

Comments
 (0)