Skip to content

Commit

Permalink
chore(lint): skip .turbo folders
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomyno committed Oct 14, 2024
1 parent d7e009a commit 6f735c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
// Note: UNIX-like glob patterns {a,b,c} aren't supported yet.
"files": {
"ignore": ["./**/node_modules/**", "./public/**", "./build/**"],
"ignore": ["./**/node_modules/**", "./public/**", "./build/**", "**/.turbo/**"],
"include": ["./app/**/", "./*.ts", "./*.js", "./*.json", "./*.jsonc"]
},
"overrides": [
Expand Down

0 comments on commit 6f735c3

Please sign in to comment.