eslint-plugin-ghost

v1.0.1
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} master --follow-tags; fi

preship

yarn lint

Metadata

  • MIT
  • Whatever
  • Ghost Foundation
  • released 3/25/2020

Downloads