1.0.0 • Published 4 years ago

prettier-config-notthemonkee v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

prettier-config-notthemonkee

Shareable prettier config.

To add this file to your own project, add the following to your project's package.json:

  "prettier": "prettier-config-notthemonkee"
  "devDependencies": {
    "prettier": "^1.19.1",
    "prettier-config-notthemonkee": "^1.0.0"
  }

Note that you should use up-to-date versions of each dependency.

Perform an npm install and now IDEs such as WebStorm and VSCode should be able to find the configuration and give you responsive feedback! Be sure to enable the settings appropriate to format files automatically on save.