@5app/prettier-config

v1.0.4
Description

prepare

is-ci || husky install

lint

eslint ./

lint-fix

npm run lint -- --fix

lint-diff

LIST=`git diff-index --name-only HEAD | grep '.*\.js$';`; if [ "$LIST" ]; then eslint $LIST; fi

precommit-msg

echo 'Running pre-commit checks... (skip using --no-verify)'

test

npm run lint
npm i @5app/prettier-config

Metadata

  • ISC
  • Whatever
  • Unknown
  • released 9/7/2022

Downloads