|
|
## User settings
|
|
|
To add in the **settings.json** of Vscode IDE:
|
|
|
|
|
|
```
|
... | ... | @@ -19,3 +20,14 @@ To add in the **settings.json** of Vscode IDE: |
|
|
"stylelint.enable": true,
|
|
|
}
|
|
|
```
|
|
|
|
|
|
## Some important plugins to install
|
|
|
* stylelint
|
|
|
* Beautify
|
|
|
* TSLint
|
|
|
* Angular Language Service
|
|
|
|
|
|
## Beautify (formatter) & stylelint (linter) settings
|
|
|
The rules of these are inside 2 files at the root of the project: .stylelintrc and .jsbeautifyrc.
|
|
|
|
|
|
|