0.0.4 • Published 3 years ago

@uuixjs/eslint-config v0.0.4

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

@uuixjs/eslint-config

Npm Version

Downloads

Installation

yarn add -D eslint @uuixjs/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": "@uuixjs/eslint-config"
}