Skip to content

Commit

Permalink
Merge pull request #293 from webitel/feature/biome
Browse files Browse the repository at this point in the history
feature: add biome[WTEL-5073]
  • Loading branch information
dlohvinov authored Sep 9, 2024
2 parents 7d3d6f6 + 8f745b8 commit 8f067ca
Show file tree
Hide file tree
Showing 199 changed files with 1,941 additions and 3,807 deletions.
34 changes: 34 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"complexity": {
"noForEach": "off",
"noUselessCatch": "off"
},
"performance": {
"noDelete": "off",
"noAccumulatingSpread": "off"
}
}
},
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 2,
"lineWidth": 100
},
"javascript": {
"formatter": {
"quoteStyle": "single"
}
},
"vcs": {
"defaultBranch": "main"
}
}
17 changes: 0 additions & 17 deletions eslint.config.js

This file was deleted.

Loading

0 comments on commit 8f067ca

Please sign in to comment.