Skip to content
This repository was archived by the owner on Mar 5, 2019. It is now read-only.

Commit 2a9638a

Browse files
committed
Create a 1.0.0 release and add install notes
1 parent 5405327 commit 2a9638a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Readme.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
ESLint Config
1+
# ESLint Config
22

33
Based off of the [Airbnb config](https://github.com/airbnb/javascript).
44

5+
Install with `peerDependencies`:
6+
7+
```
8+
yarn add eslint-config-mkitt babel-eslint eslint -DE
9+
```
10+

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "eslint-config-mkitt",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
4+
"author": "Matthew Kitt <mk@mkitt.net>",
45
"description": "ESLint configuration based off of Airbnb's config.",
56
"main": "index.js",
67
"license": "MIT",

0 commit comments

Comments
 (0)