Skip to content

Commit

Permalink
readd just the biome rules from previous PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Yaroslavtsev committed Mar 22, 2024
1 parent 9c5c911 commit 13eb09b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,24 @@
"useImportType": "off",
"useNodejsImportProtocol": "error",
"useTemplate": "off"
},
"performance": {
"noDelete": "off"
}
}
},
"formatter": {
"enabled": true,
"indentWidth": 2,
"indentStyle": "space",
"attributePosition": "multiline",
"lineWidth": 80
},
"javascript": {
"formatter": {
"enabled": true,
"semicolons": "always",
"quoteStyle": "double",
"attributePosition": "multiline"
"trailingComma": "none"
}
}
}

0 comments on commit 13eb09b

Please sign in to comment.