README
Description:
Shared ESLint and Prettier configuration for VHT CXCore applications.
To Use:
Add this package as a dependency:
yarn add @vht/eslint-config-cxcore --dev
Include it in .eslintrc.json
:
{
"extends": "@vht/cxcore"
}
ESLint configuration for the VHT CXCore platform.
<script type="module">
import vhtEslintConfigCxcore from 'https://cdn.skypack.dev/@vht/eslint-config-cxcore';
</script>
Shared ESLint and Prettier configuration for VHT CXCore applications.
Add this package as a dependency:
yarn add @vht/eslint-config-cxcore --dev
Include it in .eslintrc.json
:
{
"extends": "@vht/cxcore"
}