chore: Update eslint configuration and dependencies

This commit is contained in:
C4illin 2024-08-05 21:25:35 +02:00
parent 1e9bde18c7
commit 3f79ccaa2a
6 changed files with 55 additions and 57 deletions

View file

@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"formatter": {
"enabled": true,
"formatWithErrors": true,
@ -9,6 +9,9 @@
"lineWidth": 80,
"attributePosition": "auto"
},
"files": {
"ignore": ["node_modules"]
},
"organizeImports": { "enabled": true },
"linter": {
"enabled": true,