mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-02 21:09:09 +00:00
chore: simplify prettier setup
This commit is contained in:
committed by
Carlos Valente
parent
99d2debca8
commit
eb5c62cca1
@@ -8,7 +8,7 @@
|
|||||||
"jest": true
|
"jest": true
|
||||||
},
|
},
|
||||||
"parser": "@typescript-eslint/parser",
|
"parser": "@typescript-eslint/parser",
|
||||||
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier", "eslint-config-prettier"],
|
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"],
|
||||||
"plugins": ["@typescript-eslint", "prettier"],
|
"plugins": ["@typescript-eslint", "prettier"],
|
||||||
"overrides": [
|
"overrides": [
|
||||||
{
|
{
|
||||||
|
|||||||
+3
-2
@@ -47,10 +47,11 @@
|
|||||||
"eslint": "catalog:",
|
"eslint": "catalog:",
|
||||||
"eslint-config-prettier": "catalog:",
|
"eslint-config-prettier": "catalog:",
|
||||||
"eslint-plugin-playwright": "^1.5.2",
|
"eslint-plugin-playwright": "^1.5.2",
|
||||||
|
"eslint-plugin-prettier": "catalog:",
|
||||||
"prettier": "catalog:",
|
"prettier": "catalog:",
|
||||||
|
"rimraf": "catalog:",
|
||||||
"turbo": "2.5.8",
|
"turbo": "2.5.8",
|
||||||
"typescript": "catalog:",
|
"typescript": "catalog:"
|
||||||
"rimraf": "catalog:"
|
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@10.18.0+sha512.e804f889f1cecc40d572db084eec3e4881739f8dec69c0ff10d2d1beff9a4e309383ba27b5b750059d7f4c149535b6cd0d2cb1ed3aeb739239a4284a68f40cfa"
|
"packageManager": "pnpm@10.18.0+sha512.e804f889f1cecc40d572db084eec3e4881739f8dec69c0ff10d2d1beff9a4e309383ba27b5b750059d7f4c149535b6cd0d2cb1ed3aeb739239a4284a68f40cfa"
|
||||||
}
|
}
|
||||||
|
|||||||
Generated
+3
@@ -68,6 +68,9 @@ importers:
|
|||||||
eslint-plugin-playwright:
|
eslint-plugin-playwright:
|
||||||
specifier: ^1.5.2
|
specifier: ^1.5.2
|
||||||
version: 1.8.3(eslint-plugin-jest@28.14.0(@typescript-eslint/eslint-plugin@7.16.1(@typescript-eslint/parser@7.16.1(eslint@8.56.0)(typescript@5.5.3))(eslint@8.56.0)(typescript@5.5.3))(eslint@8.56.0)(typescript@5.5.3))(eslint@8.56.0)
|
version: 1.8.3(eslint-plugin-jest@28.14.0(@typescript-eslint/eslint-plugin@7.16.1(@typescript-eslint/parser@7.16.1(eslint@8.56.0)(typescript@5.5.3))(eslint@8.56.0)(typescript@5.5.3))(eslint@8.56.0)(typescript@5.5.3))(eslint@8.56.0)
|
||||||
|
eslint-plugin-prettier:
|
||||||
|
specifier: 'catalog:'
|
||||||
|
version: 5.1.3(eslint-config-prettier@9.1.0(eslint@8.56.0))(eslint@8.56.0)(prettier@3.3.1)
|
||||||
prettier:
|
prettier:
|
||||||
specifier: 'catalog:'
|
specifier: 'catalog:'
|
||||||
version: 3.3.1
|
version: 3.3.1
|
||||||
|
|||||||
+7
-4
@@ -1,19 +1,22 @@
|
|||||||
packages:
|
packages:
|
||||||
- apps/*
|
- apps/*
|
||||||
- packages/*
|
- packages/*
|
||||||
|
|
||||||
catalog:
|
catalog:
|
||||||
typescript: 5.5.3
|
'@types/node': 22.15.26
|
||||||
'@typescript-eslint/eslint-plugin': 7.16.1
|
'@typescript-eslint/eslint-plugin': 7.16.1
|
||||||
'@typescript-eslint/parser': 7.16.1
|
'@typescript-eslint/parser': 7.16.1
|
||||||
'@types/node': 22.15.26
|
|
||||||
prettier: 3.3.1
|
|
||||||
eslint: 8.56.0
|
eslint: 8.56.0
|
||||||
eslint-config-prettier: 9.1.0
|
eslint-config-prettier: 9.1.0
|
||||||
eslint-plugin-prettier: 5.1.3
|
eslint-plugin-prettier: 5.1.3
|
||||||
vitest: 3.2.1
|
prettier: 3.3.1
|
||||||
rimraf: 6.0.1
|
rimraf: 6.0.1
|
||||||
ts-essentials: 10.1.1
|
ts-essentials: 10.1.1
|
||||||
|
typescript: 5.5.3
|
||||||
|
vitest: 3.2.1
|
||||||
|
|
||||||
onlyBuiltDependencies:
|
onlyBuiltDependencies:
|
||||||
- electron
|
- electron
|
||||||
- esbuild
|
- esbuild
|
||||||
|
|
||||||
useNodeVersion: 22.15.1
|
useNodeVersion: 22.15.1
|
||||||
|
|||||||
Reference in New Issue
Block a user