Skip to content

Commit

Permalink
Merge pull request #14 from button/yakov/organization
Browse files Browse the repository at this point in the history
Bump 1.3.0 -> 2.0.0
  • Loading branch information
ygaberman authored Jan 11, 2021
2 parents 7618d66 + 0b49867 commit 6fa2e88
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
* 2.0.0 January 11, 2021
- Scopes package to button organization
Projects using eslint can extend the repo like so:
```
"extends": "@button/eslint-config-button-platform"
```

* 1.3.0 January 8, 2021
- Updates eslint rules
- Updates peer dependencie versions
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ Button's eslint config
###### npm

```bash
npm install --save-dev eslint-config-button-platform
npm install --save-dev @button/eslint-config-button-platform
```

###### yarn

```bash
yarn add eslint-config-button-platform --dev
yarn add --dev @button/eslint-config-button-platform
```

Additionally, you'll need to install all dependencies enumerated by:

```bash
npm info eslint-config-button-platform peerDependencies
npm info @button/eslint-config-button-platform peerDependencies
```

## Usage
Expand All @@ -28,6 +28,6 @@ In your `.eslintrc` or equivalent:

```json
{
"extends": "button-platform"
"extends": "@button/eslint-config-button-platform"
}
```
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "eslint-config-button-platform",
"version": "1.3.0",
"name": "@button/eslint-config-button-platform",
"version": "2.0.0",
"description": "Button Platform's eslint config",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 6fa2e88

Please sign in to comment.