0.3.1 • Published 3 years ago

@vapurrmaid/prettier-config v0.3.1

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

@vapurrmaid/prettier-config

This package installs an opinionated prettier configuration.

What's Included

  • .prettierrc configuration file
  • prettier npm package
  • prettier-plugin-organize-imports npm package

Installation

NPX (preferred)

Use the following command to install the contents in the current directory.

npx @vapurrmaid/prettier-config

Yarn or NPM

The following installs an executable in node_modules:

# yarn
yarn add -D @vapurrmaid/prettier-config

# npm
npm install --save-dev @vapurrmaid/prettier-config

From there, you must run the executable to install in the current directory:

node ./node_modules/.bin/prettier-config

Contributions

While I'm an open-source contributor and love collaboration, I use these configurations in my personal/hobby projects. Therefore, I'm generally not accepting contributions outside of security-related concerns. Please feel free to fork your own version or use these configurations.

0.3.1

3 years ago

0.3.0

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago