UNPKG

@fenixengine/eslint-config-rpgmaker

Version:

An eslint config for RPG Maker MV and RPG Maker MZ used for FeniX and LTN Games' plugins

14 lines (12 loc) 337 B
# Official framework image. Look for the different tagged releases at: # https://hub.docker.com/r/library/node/tags/ image: node:20.10.0-alpine # Publish to NPM Registry publish: stage: deploy only: - tags - triggers script: - echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}'>.npmrc - npm publish