@birthdayresearch/sticky-prettier

0.8.5 • Public • Published

Prettier

@birthdayresearch/sticky-prettier

This module also installs prettier, husky and lint-staged.

Within your package.json:

{
  "prettier": "@birthdayresearch/sticky-prettier",
  "lint-staged": {
    "*": "prettier --write --ignore-unknown"
  }
}

Configuring ling-staged via .husky/pre-commit:

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install lint-staged

Readme

Keywords

none

Package Sidebar

Install

npm i @birthdayresearch/sticky-prettier

Weekly Downloads

0

Version

0.8.5

License

none

Unpacked Size

2.07 kB

Total Files

4

Last publish

Collaborators

  • birthdayresearch-npm-bot
  • fuxingloh