@vht/eslint-config-cxcore
v0.1.4
Published
ESLint configuration for the VHT CXCore platform.
Downloads
5
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"
}