turborepo major version bump
This commit is contained in:
parent
72612c6d78
commit
8c353703fd
6 changed files with 52 additions and 46 deletions
|
@ -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",
|
||||
|
|
|
@ -13,12 +13,12 @@
|
|||
"@typescript-eslint/parser": "^6.15.0",
|
||||
"eslint": "8.56.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-config-turbo": "^1.13.3",
|
||||
"eslint-config-turbo": "2.4.4",
|
||||
"eslint-plugin-json": "^3.1.0",
|
||||
"eslint-plugin-oxlint": "0.16.0",
|
||||
"eslint-plugin-prettier": "^5.1.3",
|
||||
"eslint-plugin-simple-import-sort": "^10.0.0",
|
||||
"eslint-plugin-turbo": "^1.13.3",
|
||||
"eslint-plugin-turbo": "2.4.4",
|
||||
"oxlint": "0.16.0",
|
||||
"typescript": "^5.3.3"
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@ export function createConfig(config: Config): PlaywrightTestConfig {
|
|||
command: "pnpm dev:headless",
|
||||
url: baseURL,
|
||||
timeout: 30 * 1000,
|
||||
// eslint-disable-next-line turbo/no-undeclared-env-vars
|
||||
// todo: re-enable after updating eslint: eslint-disable-next-line turbo/no-undeclared-env-vars
|
||||
reuseExistingServer: !process.env.CI,
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue