Mention eslint --fix in docs

https://github.com/ankitects/anki/pull/1847#issuecomment-1120954217
This commit is contained in:
Damien Elmes 2022-05-10 11:39:15 +10:00
parent 9d98c62d50
commit 1b48d3e3d1

View file

@ -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
``` ```