Skip to content

Commit

Permalink
chore: Ignore specific files in linter configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuscardosodeveloper committed May 31, 2024
1 parent 74a944a commit f7e0279
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion biome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@
},
"organizeImports": { "enabled": true },
"linter": {
"ignore": ["node_modules"],
"ignore": [
"node_modules",
"decoders/connector/adenuis/analog-and-power/v1.0.0/payload.js",
"decoders/connector/adenuis/comfort/v1.0.0/payload.js",
"decoders/connector/adenuis/temperature/v1.0.0/payload.js",
"decoders/connector/adenuis/dry-contacts/v1.0.0/payload.js"
],
"enabled": true,
"rules": {
"recommended": true,
Expand Down

0 comments on commit f7e0279

Please sign in to comment.