Skip to content

Commit 0ed2596

Browse files
committed
v1.1.0
1 parent 73ed021 commit 0ed2596

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

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

15-
### Global Installation
15+
### Global Installation (recommended)
1616

1717
```bash
1818
npm install -g eslint
@@ -28,7 +28,7 @@ npm install --save-dev eslint-config-theme-next
2828

2929
## Usage
3030

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

3333
```json
3434
{
@@ -37,9 +37,7 @@ In `.eslintrc.json` under needed repository:
3737
}
3838
```
3939

40-
Then need to install ESLint plugin under your editor.
41-
42-
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.
40+
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.
4341

4442
[npm-image]: https://badge.fury.io/js/eslint-config-theme-next.svg
4543
[size-image]: https://img.shields.io/github/size/theme-next/eslint-config-theme-next/index.js.svg

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-theme-next",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "ESLint config for projects under theme NexT organization",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)