Skip to content

Commit b388e15

Browse files
committed
update biome config
1 parent c41aa43 commit b388e15

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

biome.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"style": {
1515
"noImplicitBoolean": "off",
1616
"useFragmentSyntax": "warn",
17+
"useDefaultParameterLast": "off",
1718
"useNamingConvention": {
1819
"level": "info",
1920
"options": {
@@ -28,6 +29,9 @@
2829
},
2930
"suspicious": {
3031
"noExplicitAny": "off"
32+
},
33+
"security": {
34+
"noDangerouslySetInnerHtml": "off"
3135
}
3236
}
3337
},

0 commit comments

Comments
 (0)