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:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user