2.0.1 • Published 2 years ago

@hiro-ui/eslint-config v2.0.1

Weekly downloads
740
License
MIT
Repository
-
Last release
2 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"
}