@vht/eslint-config-cloud-services

ESLint configuration for the VHT Cloud Services platform.

Usage no npm install needed!

<script type="module">
  import vhtEslintConfigCloudServices from 'https://cdn.skypack.dev/@vht/eslint-config-cloud-services';
</script>

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

More info: