db-sql-toolkit
Version:
Helps with SQL statements, database migration, and bulk execution.
17 lines (14 loc) • 336 B
JavaScript
import nodeWithBiome from "eslint-config-heck/nodeWithBiome";
const config = [
...nodeWithBiome,
{
languageOptions: {
sourceType: "module",
},
rules: {
"@typescript-eslint/no-unsafe-type-assertion": "off",
},
},
];
// biome-ignore lint/style/noDefaultExport: Required for ESLint configuration.
export default config;