@cfx-dev/eslint-config-ui
v1.0.0
Published
cfx-dev's ESLint config, following our styleguide
Downloads
439
Readme
UI Eslint Config
This package provides @cfx-dev .eslintrc as an extensible shared config.
Instalation
yarn add -D eslint@^8.56.0 @cfx-dev/eslint-config-ui
or
npm install --save-dev eslint@^8.56.0 @cfx-dev/eslint-config-ui
Usage
Add extends to your eslint config:
{
"extends": ["@cfx-dev/eslint-config-ui"]
}
License
This project is licensed under the MIT License.