0.0.2 • Published 4 years ago

@cuteui/eslint-config v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@cuteui/eslint-config

Npm Version

Downloads

Installation

yarn add -D eslint @cuteui/eslint-config

Note: We're using yarn to install deps. Feel free to change commands to use npm 3+ and npx if you like.

Usage

Add to your eslint config (.eslintrc, or eslintConfig field in package.json):

{
  "extends": "@cuteui/eslint-config"
}