Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Jul 14, 2024
1 parent ec9daf0 commit b7f4a96
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,18 @@
}
}
}
},
{
"include": [
"./apps/core/src/**/*.ts"
],
"linter": {
"rules": {
"style": {
"useImportType": "off"
}
}
}
}
]
}

0 comments on commit b7f4a96

Please sign in to comment.