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
The information about ESLint and Prettier was included in the Readme.md file three times (under "Building", under "Scripts", and under a third specific section "Code style"), so I removed the third section and moved its heading to the "Building" section above.
Copy file name to clipboardExpand all lines: README.md
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,9 @@ npm start
33
33
34
34
This will start a local development server and open a browser window which will automatically be reloaded as soon as you save any changes to your local source code files.
35
35
36
-
If you use VSCode to develop, we recommend you install and use the [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) and [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) extensions in order to automatically lint and format your code as you edit it.
36
+
### Linting & Formatting
37
+
38
+
If you use VSCode to develop, we recommend you install and use the [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) and [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) extensions in order to automatically lint and format your code as you edit it. There are similar plugins available for using [ESLint](https://eslint.org/) and [Prettier](https://prettier.io/) from within other IDEs and text editors.
37
39
38
40
### Scripts
39
41
@@ -46,13 +48,6 @@ We provide the following `npm` scripts for your convenience:
46
48
-`npm run doc` builds HTML documentation into the `doc` directory
47
49
-`npm run build` builds a deployable version of the project into the `dist` directory
48
50
49
-
### Code style
50
-
51
-
There is a configuration for ESLint and Prettier that is used to check and format the code.
52
-
53
-
There are extensions for VSCode and IntelliJ IDEA.
54
-
Use and configure these extensions for your IDE to make your life easier.
55
-
56
51
## License
57
52
58
53
The [IEC 61850](https://webstore.iec.ch/publication/63319) XSD and NSD code components used are
0 commit comments