We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf948ac commit aa4ae7aCopy full SHA for aa4ae7a
CLAUDE.md
@@ -95,6 +95,7 @@ yarn build # Production build
95
### Frontend CI Checkstyle (run before PR to match CI)
96
```bash
97
cd openmetadata-ui/src/main/resources/ui
98
+yarn ui-checkstyle:changed # One-shot checkstyle for changed files (excludes tsc)
99
yarn organize-imports:cli <files> # Sort and organize imports
100
yarn lint:fix # ESLint auto-fix
101
yarn pretty:base --write <files> # Prettier formatting
0 commit comments