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

@@ -9,10 +9,5 @@
"prettier": "@probo/prettier",
"peerDependencies": {
"react": ">18.0.0"
},
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
}
}