2.0.2 • Published 7 years ago

eslint-config-nebiru v2.0.2

Weekly downloads
-
License
UNLICENSED
Repository
bitbucket
Last release
7 years ago

Common ESLint Configuration


Building eslint-config-nebiru

To work with this project directly

npm install -g gulp
npm install

When ready to push changes

npm version patch --no-git-tag-version; npm publish

For beta builds, use the --tag switch

npm version patch --no-git-tag-version; npm publish --tag beta