1.0.0 • Published 3 years ago

@theomran/prettier-config v1.0.0

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

@theomran/prettier-config

Quickly format your JavaScript files with this easy to install and use Prettier configuration. This configuration is used on our ESLint React configuration, take a look at eslint-config-react

Purpose

Prettier is an opinionated code formatter easy to configure and integrate with Code Editors. This configuration aims to quickly install and config JavaScript projects for consistent code style standards.

This package can be used as a stand-alone config or integrated with any linter. If you look to integrate with ESLint for React projects take a look at our configuration eslint-config-react using this Prettier config

How to install

npm install prettier @theomran/prettier-config

How to use

In your package.json add:

"prettier": "@theomran/prettier-config"

Under script objects

"format": "prettier --write \"{,!(node_modules)/**/}*.js\""