Prettierrc Setup for VS Code and Prettier

{ "singleQuote": true, "tabWidth": 2 }
# Prettierrc
Rules: https://prettier.io/docs/en/options.html

## Setup for VS Code
- Install Extension "Prettier" ( https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
- Check "Prettier: Stylelint Integration" in VS Code Settings
- Create File .prettierrc.json and add Code from above
- You may now use "Format Document" via "shift + alt + F"

## Requirements
- VS Code
- VS Code -> Prettier
- node/npm

## stylelintrc
See also: stylelintrc https://codepad.co/snippet/stylelintrc-setup-for-vs-code-and-prettier

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.