@redcup/eslint-config
v1.0.13
Published
This package provides a shareable ESLint configuration specifically designed for frontend projects.
Downloads
16
Readme
@redcup/eslint-config
This package provides a shareable ESLint configuration specifically designed for frontend projects.
Installation
To install and configure the project, follow these step-by-step instructions:
- Install package using Yarn:
yarn add @redcup/eslint-config -D
- Add the following property to the package.json file:
"eslintConfig": {
"extends": "@redcup/eslint-config"
}
- Enable run
eslint --fix
on save in your IDE settings
Build & Deploy
Build the configuration using the following command:
yarn build
Once the build process is complete, you can deploy the package using the following command:
yarn share