Skip to content

Commit

Permalink
fix: update README.md (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
idaho committed Aug 31, 2021
1 parent c521d79 commit b43c886
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# eslint-config-idaho1980
# @fltri/eslint-config

My custom ESLint config set.
My custom ESLint config set.


Install:

```sh
npm install --save-dev @fltri/eslint-config
```

Usage in your eslint configuration file:

```json
{
"extends": [
"@fltri"
]
}
```

0 comments on commit b43c886

Please sign in to comment.