1.0.13 • Published 2 months ago

@redcup/eslint-config v1.0.13

Weekly downloads
-
License
-
Repository
-
Last release
2 months ago

@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:

  1. Install package using Yarn:
yarn add @redcup/eslint-config -D
  1. Add the following property to the package.json file:
"eslintConfig": {
  "extends": "@redcup/eslint-config"
}
  1. 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