mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Mention eslint --fix in docs
https://github.com/ankitects/anki/pull/1847#issuecomment-1120954217
This commit is contained in:
parent
9d98c62d50
commit
1b48d3e3d1
1 changed files with 7 additions and 0 deletions
|
@ -141,6 +141,13 @@ that's causing the problem, and then run
|
||||||
bazel run //ts:format
|
bazel run //ts:format
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you get complaints from eslint about unordered imports, run the following
|
||||||
|
line first, then run ts:format:
|
||||||
|
|
||||||
|
```
|
||||||
|
bazel run eslint -- --fix
|
||||||
|
```
|
||||||
|
|
||||||
For other packages, change to the folder and run
|
For other packages, change to the folder and run
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue