Skip to content

Commit ed7a240

Browse files
fix: allow CommonJS in fixture config files for Biome
Extend the noCommonJs override to src/fixtures/**/*.js so cosmiconfig CommonJS config fixtures pass lint in CI. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 520042d commit ed7a240

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
}
155155
},
156156
{
157-
"includes": ["*.js", "**/*.config.js"],
157+
"includes": ["*.js", "**/*.config.js", "src/fixtures/**/*.js"],
158158
"linter": {
159159
"rules": {
160160
"correctness": {

0 commit comments

Comments
 (0)