biomejs conf

This commit is contained in:
Mathis H (Avnyr) 2024-02-27 16:44:31 +01:00
parent 5619ebfc17
commit f62fb6d687
Signed by: Mathis
GPG Key ID: 9B3849C18C153DDD

View File

@ -4,7 +4,7 @@
"enabled": false
},
"linter": {
"enabled": true,
"enabled": false,
"rules": {
"recommended": true,
"performance": {
@ -21,5 +21,10 @@
"indentWidth": 2,
"lineWidth": 80,
"formatWithErrors": false
},
"javascript": {
"parser": {
"unsafeParameterDecoratorsEnabled": true
}
}
}