mirror of
https://github.com/apache/superset.git
synced 2026-08-04 21:12:44 +00:00
feat(build): complete migration to Oxfmt for remaining sub-projects
This commit is contained in:
@@ -353,8 +353,8 @@ mypy superset
|
||||
|
||||
We use:
|
||||
|
||||
- **ESLint** for linting
|
||||
- **Prettier** for formatting
|
||||
- **Oxlint** for linting
|
||||
- **Oxfmt** for formatting
|
||||
- **TypeScript** strict mode
|
||||
|
||||
TypeScript is fully supported and is the recommended language for writing all new frontend
|
||||
|
||||
@@ -384,8 +384,8 @@ npm run check:custom-rules
|
||||
# Run tsc (typescript) checks
|
||||
npm run type
|
||||
|
||||
# Format with Prettier
|
||||
npm run prettier
|
||||
# Format with Oxfmt
|
||||
npm run format
|
||||
```
|
||||
|
||||
#### Architecture
|
||||
|
||||
Reference in New Issue
Block a user