mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-03-04 12:18:58 +00:00
feat(create-turbo): apply official-starter transform
This commit is contained in:
10
turbo-nextjs/packages/ui/.eslintrc.js
Normal file
10
turbo-nextjs/packages/ui/.eslintrc.js
Normal file
@@ -0,0 +1,10 @@
|
||||
/** @type {import("eslint").Linter.Config} */
|
||||
module.exports = {
|
||||
root: true,
|
||||
extends: ["@repo/eslint-config/react-internal.js"],
|
||||
parser: "@typescript-eslint/parser",
|
||||
parserOptions: {
|
||||
project: "./tsconfig.lint.json",
|
||||
tsconfigRootDir: __dirname,
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user