@hiro-ui/eslint-config
v2.0.1
Published
ESLint Configuration
Downloads
44
Readme
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"
}