Skip to content

Commit

Permalink
docs: readme 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
humanscape-henry committed Jan 20, 2021
1 parent 5b879e3 commit 352724d
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,31 @@
# ESLint Configurations for Humanscape

### Installation & Usage

1. Install `@humanscape/eslint-config`.

Using `npm`

`$ npm install --save-dev @humanscape/eslint-config`

Using `yarn`

`$ yarn add -D @humanscape/eslint-config`

2. Add some ESLint config to `package.json`.

```
{
"eslintConfig": {
"extends": "@humanscape"
}
}
```

or your preferred config file. (ex. `.eslintrc`)

```
{
"extends": "@humanscape"
}
```

0 comments on commit 352724d

Please sign in to comment.