mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: improve/decouple eslint and tsc 'npm run' commands (#26704)
This commit is contained in:
committed by
GitHub
parent
7c2093c495
commit
0f590799b2
@@ -49,7 +49,10 @@ is configured as a pre-commit hook. There are also numerous [editor integrations
|
||||
```bash
|
||||
cd superset-frontend
|
||||
npm ci
|
||||
npm run lint
|
||||
# run eslint checks
|
||||
npm run eslint -- .
|
||||
# run tsc (typescript) checks
|
||||
npm run type
|
||||
```
|
||||
|
||||
If using the eslint extension with vscode, put the following in your workspace `settings.json` file:
|
||||
|
||||
Reference in New Issue
Block a user