prettier-plugin-package-fix

v1.4.0
An opinionated package.json formatter plugin for Prettier (fix matches any file with the string 'package.json')
package package.json plugin prettier

ci:coverage

nyc npm run ci:test && nyc report --reporter=text-lcov > coverage.lcov

ci:lint

npm run lint && npm run security

ci:lint:commits

commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}

ci:test

npm run test -- --verbose

commitlint

commitlint

commitmsg

commitlint -e $GIT_PARAMS

lint

eslint --fix --cache lib test && prettier --write package.json

lint-staged

lint-staged

prepublishOnly

npm run lint

security

npm audit

test

ava
npm i prettier-plugin-package-fix

Metadata

  • MPL-2.0
  • >=10.13.0
  • shellscape
  • released 11/4/2021

Downloads