Skip to content

Commit

Permalink
feat: Ignore specific files in linter configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuscardosodeveloper committed Jun 3, 2024
1 parent add1c96 commit 52e7c23
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 @@ -11,7 +11,7 @@
},
"organizeImports": { "enabled": true },
"linter": {
"ignore": ["node_modules"],
"ignore": ["node_modules", "./decoders/**/v1.0.0/*.ts", "./decoders/**/v1.0.0/payload.js"],
"enabled": true,
"rules": {
"recommended": true,
Expand Down

0 comments on commit 52e7c23

Please sign in to comment.