chore: add shared ESLint and Prettier configuration

Closes #615

- Add @probo/eslint-config package with ESLint 9.x flat config
- Enhance @probo/prettier with aligned stylistic rules
- Migrate console, trust, and UI packages to shared config
- Remove duplicate ESLint dependencies from individual packages

Signed-off-by: Yash Gupta <yash3144@gmail.com>
This commit is contained in:
Yash Gupta
2026-01-14 14:44:51 +05:30
committed by Émile Ré
parent a3c3411a40
commit c24726b481
13 changed files with 378 additions and 5266 deletions

View File

@@ -17,8 +17,10 @@
"relay": "turbo run relay"
},
"devDependencies": {
"prettier": "^3.5.3",
"turbo": "^2.5.3"
},
"prettier": "@probo/prettier",
"graphql": {
"schema": "./pkg/server/api/console/v1/schema.graphql"
},
@@ -29,5 +31,8 @@
"packageManager": "npm@11.1.0",
"volta": {
"node": "24.4.0"
},
"dependencies": {
"react-dom": "^19.2.1"
}
}