Skip to content

Commit

Permalink
tweaking README
Browse files Browse the repository at this point in the history
  • Loading branch information
getify committed Mar 27, 2019
1 parent 31a5470 commit 4053e14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To use **proper-ternary**, load it as a plugin into ESLint and configure the rul

If you'd like to use the **proper-ternary** plugin in a recommended configuration preset, you can add the plugin in the `extends` clause of your ESLint configuration, and pick a preset by name:

```json
```js
"extends": [
// ..
"plugin:@getify/proper-ternary/CONFIG-PRESET-NAME",
Expand All @@ -38,7 +38,7 @@ If you'd like to use the **proper-ternary** plugin in a recommended configuratio

The available configuration presets to choose from:

* `getify-says`: This is my personal configuration.
* `getify-says`: This is my personal configuration. See the [preset definition](/lib/index.js#L5-L12).

* ..TBA..

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getify/eslint-plugin-proper-ternary",
"version": "2.1.0",
"version": "2.1.1",
"description": "ESLint rules to ensure proper usage of ternary/conditional expressions",
"main": "./lib/index.js",
"scripts": {
Expand Down

0 comments on commit 4053e14

Please sign in to comment.