feat(create-turbo): apply official-starter transform

This commit is contained in:
Turbobot
2024-02-15 15:47:04 -06:00
committed by Luke Hagar
parent be10b60051
commit d2a4bdeb8e
58 changed files with 6603 additions and 22 deletions

9
apps/web/.eslintrc.js Normal file
View File

@@ -0,0 +1,9 @@
/** @type {import("eslint").Linter.Config} */
module.exports = {
root: true,
extends: ["@repo/eslint-config/next.js"],
parser: "@typescript-eslint/parser",
parserOptions: {
project: true,
},
};