Skip to content

Commit

Permalink
chore: format e2e test files (#5131)
Browse files Browse the repository at this point in the history
  • Loading branch information
unvalley authored Feb 16, 2025
1 parent 08b7987 commit a41673b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 6 deletions.
17 changes: 14 additions & 3 deletions e2e-tests/relative-apth-ignore-file/biome.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
{
"files": { "includes": ["**", "!file.js"] },
"linter": { "rules": { "suspicious": { "noDebugger": "error" } } }
}
"files": {
"includes": [
"**",
"!file.js"
]
},
"linter": {
"rules": {
"suspicious": {
"noDebugger": "error"
}
}
}
}
17 changes: 14 additions & 3 deletions e2e-tests/relative-path/biome.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
{
"files": { "includes": ["**"] },
"linter": { "rules": { "recommended": true, "suspicious": { "noDebugger": "error" } } }
}
"files": {
"includes": [
"**"
]
},
"linter": {
"rules": {
"recommended": true,
"suspicious": {
"noDebugger": "error"
}
}
}
}

0 comments on commit a41673b

Please sign in to comment.