1.0.0 • Published 1 year ago

@cfx-dev/eslint-config-ui v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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.