0.5.0 • Published 5 months ago

@k.sh/prettier-config v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@k.sh/prettier-config

npm version License: MIT

Installation

npm i -D @k.sh/prettier-config prettier

Setup

  1. Create config file
cat << EOT > .prettierrc.js
module.exports = require('@k.sh/prettier-config');
EOT
  1. Update .prettierignore to something like this
cat << EOT > .prettierignore
*
!*/
!*.json
!*.md
!*.yml
!*.js

# npm files
node_modules
package.json
EOT
0.5.0

5 months ago

0.4.1

1 year ago

0.3.2

1 year ago

0.4.0

1 year ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago