mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
feat(frontend): Replace ESLint with OXC hybrid linting architecture (#35506)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -595,8 +595,8 @@ with `pre-commit install`
|
||||
```bash
|
||||
cd superset-frontend
|
||||
npm ci
|
||||
# run eslint checks
|
||||
npm run eslint -- .
|
||||
# run linting checks
|
||||
npm run lint
|
||||
# run tsc (typescript) checks
|
||||
npm run type
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user