@d3banking/biome-config
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"$schema": "https://biomejs.dev/schemas/1.7.0/schema.json", | ||
"$schema": "https://biomejs.dev/schemas/1.9.2/schema.json", | ||
"organizeImports": { | ||
@@ -10,2 +10,5 @@ "enabled": true | ||
"recommended": true, | ||
"a11y": { | ||
"useSemanticElements": "warn" | ||
}, | ||
"suspicious": { | ||
@@ -12,0 +15,0 @@ "noExplicitAny": "off" |
@@ -6,2 +6,8 @@ # Change Log | ||
# [1.2.0](https://github.com/LodoSoftware/javascript-style-guide/compare/@d3banking/biome-config@1.1.0...@d3banking/biome-config@1.2.0) (2024-09-30) | ||
### Features | ||
- **biome-config:** switched lint/a11y/useSemanticElements to warn ([239dcf9](https://github.com/LodoSoftware/javascript-style-guide/commit/239dcf9ed23554abaff294e5b27ef85915da6ab1)) | ||
# [1.1.0](https://github.com/LodoSoftware/javascript-style-guide/compare/@d3banking/biome-config@1.0.1...@d3banking/biome-config@1.1.0) (2024-07-16) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@d3banking/biome-config", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "D3 Banking's Biome config, following our styleguide", | ||
@@ -11,5 +11,5 @@ "license": "MIT", | ||
"peerDependencies": { | ||
"@biomejs/biome": "^1.7.0" | ||
"@biomejs/biome": "^1.8.0" | ||
}, | ||
"gitHead": "2398bf52e0b969140ca0b24a1b064f6257115ba5" | ||
"gitHead": "4b3dc6b34bec16e9ff9cef9e1d08a7944f910c9d" | ||
} |
5081
46