File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,7 @@ The current stable `main` version is deployed at https://cmu-delphi-epivis.netli
1010
1111The next ` dev ` version is deployed at https://dev--cmu-delphi-epivis.netlify.app/ .
1212
13- For development, see the
14- [ EpiVis development guide] ( docs/epivis_development.md ) .
15-
16- Little piece of trivia: the first version of EpiVis was written on 2014-12-22.
13+ _ Little piece of trivia_ : the first version of EpiVis was written on 2014-12-22.
1714See the git history of this file for a legacy changelog which describes changes
1815made prior to the migration to git around 2017.
1916
@@ -35,6 +32,12 @@ To lint or check for styling, run
3532npm run lint
3633```
3734
35+ To fix all possible linting errors, run
36+
37+ ``` sh
38+ npm run fix
39+ ```
40+
3841To run unit test, run
3942
4043``` sh
You can’t perform that action at this time.
0 commit comments