1.0.2 • Published 7 years ago

@hiro-ui/eslint-config v1.0.2

Weekly downloads
740
License
MIT
Repository
-
Last release
7 years ago

ESLint Configuration

Usage

First, install this package, ESLint and the necessary plugins.

yarn add -D @hiro-ui/eslint-config

Then create a file named .eslintrc.json with following contents in the root folder of your project:

{
  "extends": "@hiro-ui"
}