epreston / prettier-config

📦 Shared Prettier config for my projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

prettier-config

Shared Prettier Configuration for my projects.

NPM version License

Version 2.0.0+ adopts --experimental-ternaries described in the prettier 3.1.0 release notes.
This can be an impactful change to file formatting for larger projects.

Install

npm install @epreston/prettier-config --save-dev

Usage

package.json

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

Tools

Tool Reference
Prettier https://prettier.io
Node.js https://nodejs.org
EditorConfig https://editorconfig.org

References

Website Reference
Configure Prettier https://prettier.io/docs/en/configuration.html

License

This project is released under the MIT License.

About

📦 Shared Prettier config for my projects.

License:MIT License