eslint-plugin-ghost

v3.0.0
Shared eslint configurations
eslint eslintplugin eslint-plugin

lint

eslint . --ext .js --cache

ship

STATUS=$(git status --porcelain); echo $STATUS; if [ -z "$STATUS" ]; then yarn publish && git push ${GHOST_UPSTREAM:-upstream} main --follow-tags; fi

test

node --test test

preship

yarn test

posttest

yarn lint

Metadata

  • MIT
  • Whatever
  • Ghost Foundation
  • released 5/9/2023

Downloads