Skip to content

Commit 9826999

Browse files
authored
docs(readme): remove duplicate information
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.
1 parent 78e8f0f commit 9826999

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ npm start
3333

3434
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.
3535

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.
3739

3840
### Scripts
3941

@@ -46,13 +48,6 @@ We provide the following `npm` scripts for your convenience:
4648
- `npm run doc` builds HTML documentation into the `doc` directory
4749
- `npm run build` builds a deployable version of the project into the `dist` directory
4850

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-
5651
## License
5752

5853
The [IEC 61850](https://webstore.iec.ch/publication/63319) XSD and NSD code components used are

0 commit comments

Comments
 (0)