1.0.1 • Published 2 years ago

@hurricano/prettier-config v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Prettier configuration for Hurricano projects.

Usage

First install the package - npm i --save-dev @hurricano/prettier-config, and then add:

{
	"prettier": "@hurricano/prettier-config"
}

to your package.json, or:

module.exports = require("@hurricano/prettier-config");

to your prettierrc.js.

You can view the config here.

⭐ Be sure to leave a star at the GitHub repository if you liked this configuration!