Skip to content

Commit

Permalink
chore(lint): update biome configuration to biome@1.6 format
Browse files Browse the repository at this point in the history
  • Loading branch information
leon19 committed Mar 9, 2024
1 parent 00d4339 commit d2128bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"useShorthandArrayType": "error",
"useNamingConvention": "error",
"useShorthandAssign": "error",
"noNonNullAssertion": "off"
"noNonNullAssertion": "off",
"useImportType": "error"
},
"suspicious": {
"noConsoleLog": "error",
"noImplicitAnyLet": "error",
"noExplicitAny": "off"
},
"nursery": {
"correctness": {
"noUnusedImports": "error",
"noUnusedPrivateClassMembers": "error",
"useGroupedTypeImport": "error"
"noUnusedPrivateClassMembers": "error"
}
}
},
Expand Down

0 comments on commit d2128bc

Please sign in to comment.