@vht/eslint-config-cloud-services
v1.0.6
Published
ESLint configuration for the VHT Cloud Services platform.
Downloads
1
Readme
Description:
Shared ESLint and Prettier configuration for VHT Cloud Services applications.
To Use:
Add this package as a dependency:
yarn add @vht/eslint-config-cloud-services --dev
Include it in .eslintrc.json
:
{
"extends": "@vht/cloud-services"
}
To deploy a new version:
This package is shared publicly under the @vht
npm namespace https://www.npmjs.com/package/@vht/eslint-config-cloud-services
yarn deploy
You will be prompted for the new version number and your npm credentials. You must have an npm account that has permissions to publish to the VHT organization. Then:
git push origin master --tags