update readme
This commit is contained in:
parent
81267428d1
commit
629ff643ed
1 changed files with 19 additions and 1 deletions
20
README.md
20
README.md
|
@ -1 +1,19 @@
|
|||
# eslint-config
|
||||
# @conduitry/eslint-config
|
||||
|
||||
My base ESLint config for personal projects
|
||||
|
||||
## Installation
|
||||
|
||||
This is not published to npm. Install from Git.
|
||||
|
||||
```
|
||||
npm install -D git+https://chor.date/eslint-config
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Add `extends: '@conduitry'` to your ESLint config.
|
||||
|
||||
## License
|
||||
|
||||
[MIT](LICENSE)
|
||||
|
|
Loading…
Add table
Reference in a new issue