turborepo major version bump

This commit is contained in:
Kim, Jimin 2025-03-18 14:41:12 +09:00
parent 72612c6d78
commit 8c353703fd
Signed by: pomp
GPG key ID: D3932F82A0667A3B
6 changed files with 52 additions and 46 deletions

View file

@ -8,7 +8,7 @@ module.exports = {
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:oxlint/recommended",
"turbo",
// "turbo", // todo: re-enable after updating eslint
],
ignorePatterns: ["dist/", "build/"],
parser: "@typescript-eslint/parser",