Rewrote turborepo. Hopefully this is a bit more clean & easy to understand for me.
This commit is contained in:
10
turbo/generators/templates/eslint.config.ts.hbs
Normal file
10
turbo/generators/templates/eslint.config.ts.hbs
Normal file
@@ -0,0 +1,10 @@
|
||||
import { defineConfig } from "eslint/config";
|
||||
|
||||
import { baseConfig } from "@gib/eslint-config/base";
|
||||
|
||||
export default defineConfig(
|
||||
{
|
||||
ignores: [],
|
||||
},
|
||||
baseConfig,
|
||||
);
|
||||
Reference in New Issue
Block a user