Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-nginx committed May 3, 2019
1 parent 73ed021 commit 0ed2596
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

There are two ways to install this configuration preset with `ESLint`: globally or locally.

### Global Installation
### Global Installation (recommended)

```bash
npm install -g eslint
Expand All @@ -28,7 +28,7 @@ npm install --save-dev eslint-config-theme-next

## Usage

In `.eslintrc.json` under needed repository:
If file `.eslintrc.json` not exists under needed repository, then need to create it:

```json
{
Expand All @@ -37,9 +37,7 @@ In `.eslintrc.json` under needed repository:
}
```

Then need to install ESLint plugin under your editor.

For example, I use [Visual Studio Code](https://github.com/Microsoft/vscode/) with [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) plugin installed.
Then need to install ESLint plugin under your editor. For example, I use [Visual Studio Code](https://github.com/Microsoft/vscode/) with [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) plugin installed.

[npm-image]: https://badge.fury.io/js/eslint-config-theme-next.svg
[size-image]: https://img.shields.io/github/size/theme-next/eslint-config-theme-next/index.js.svg
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": "eslint-config-theme-next",
"version": "1.0.0",
"version": "1.1.0",
"description": "ESLint config for projects under theme NexT organization",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 0ed2596

Please sign in to comment.