prettier-config-surikaterna
v1.0.1
Published
Surikat's way of formatting JS/TS code
Downloads
1,244
Readme
Surikat's Prettier config
Installation
- Install Prettier:
npm install --save-dev --save-exact prettier
- Install the configuration file:
npm install --save-dev prettier-config-surikaterna
- Add to your project's
package.json
:
{
...
"prettier": "prettier-config-surikaterna",
...
}
Editor Integration
- Visual Studio Code: prettier/prettier-vscode
- Intellij IDEA: Prettier plugin
- For other editors, see Editor Integration