eslint-plugin-ghost

v3.3.1
Shared eslint configurations
eslint eslintplugin eslint-plugin

lint

yarn lint:code && yarn lint:test

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

lint:code

eslint *.js lib/ --ext .js --cache

lint:test

eslint -c test/.eslintrc.js test/ --ext .js --cache

Metadata

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

Downloads