We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Install Prettier npm i --save-dev prettier pretty-quick
npm i --save-dev prettier pretty-quick
Add our custom config
Add .prettierignore file and don't forget to add all generated files/folders.
In package.json scripts you need to enable linting SCSS instead of CSS.
package.json
You may add a script to package.json scripts that should look like this "prettier": "pretty-quick"
"prettier": "pretty-quick"
Add pre-commit hook for prettier to run before each commit The setup here Angular GIT hooks
Enable Prettier on save in your IDE. Webstorm: use this glob {**/*,*}.{js,ts,jsx,tsx,css,scss,html,yaml,yml,json,md}
{**/*,*}.{js,ts,jsx,tsx,css,scss,html,yaml,yml,json,md}
FE / Angular
Golang
DevOps
Editorconfig
Agile process and SCRUM
Internship
Bootcamp