mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-03-04 20:28:57 +00:00
feat(create-turbo): apply official-starter transform
This commit is contained in:
10
turbo-nextjs/.eslintrc.js
Normal file
10
turbo-nextjs/.eslintrc.js
Normal file
@@ -0,0 +1,10 @@
|
||||
// This configuration only applies to the package manager root.
|
||||
/** @type {import("eslint").Linter.Config} */
|
||||
module.exports = {
|
||||
ignorePatterns: ["apps/**", "packages/**"],
|
||||
extends: ["@repo/eslint-config/library.js"],
|
||||
parser: "@typescript-eslint/parser",
|
||||
parserOptions: {
|
||||
project: true,
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user