You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project uses [prettier](https://prettier.io/) for code formatting. You can run prettier across the code by calling `yarn run style-fix`
40
+
41
+
### Linting
42
+
This project uses [ESLint](https://eslint.org/) for code linting. You can run ESLint across the code by calling `yarn run lint`. To fix fixable errors run `yarn run lint:fix`
43
+
44
+
### Debugging
45
+
Run in VS Code
46
+
1. Open the `svn-scm` folder
47
+
2. Make sure the [dependencies](#dependencies) are installed
48
+
3. Run in [watch](#watch) mode
49
+
4. Choose the `Launch Extension` launch configuration from the launch dropdown in the Debug viewlet and press `F5`.
0 commit comments