2.1.0 • Published 6 months ago
@cfx-dev/eslint-config-ui v2.1.0
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-uior
npm install --save-dev eslint@^8.56.0 @cfx-dev/eslint-config-uiUsage
Add extends to your eslint config:
{
"extends": ["@cfx-dev/eslint-config-ui"]
}License
This project is licensed under the MIT License.