File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 43
43
Use the package manager to install
44
44
45
45
``` bash
46
- yarn add @boringcodes/eslint-config-typescript @typescript-eslint/eslint-plugin eslint-config-prettier eslint-config-standard-with-typescript eslint-plugin-import eslint-plugin-node eslint-plugin-promise eslint-plugin-standard eslint typescript --dev
46
+ yarn add @boringcodes/eslint-config-typescript @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-prettier eslint-config-standard-with-typescript eslint-plugin-import eslint-plugin-node eslint-plugin-promise eslint-plugin-standard eslint typescript --dev
47
47
```
48
48
49
49
## Usage
Original file line number Diff line number Diff line change 19
19
"devDependencies" : {
20
20
"@boringcodes/eslint-config" : " ^1.0.0" ,
21
21
"@typescript-eslint/eslint-plugin" : " ^2.25.0" ,
22
+ "@typescript-eslint/parser" : " ^2.25.0" ,
22
23
"eslint" : " ^6.8.0" ,
23
24
"eslint-config-prettier" : " ^6.10.1" ,
24
25
"eslint-config-standard" : " ^14.1.1" ,
33
34
},
34
35
"peerDependencies" : {
35
36
"@typescript-eslint/eslint-plugin" : " ^2.25.0" ,
37
+ "@typescript-eslint/parser" : " ^2.25.0" ,
36
38
"eslint" : " ^6.8.0" ,
37
39
"eslint-config-prettier" : " ^6.10.1" ,
38
40
"eslint-config-standard-with-typescript" : " ^15.0.1" ,
Original file line number Diff line number Diff line change 75
75
eslint-scope "^5.0.0"
76
76
eslint-utils "^2.0.0"
77
77
78
- " @typescript-eslint/parser@^2.24.0 " :
78
+ " @typescript-eslint/parser@^2.24.0" , "@typescript-eslint/parser@^2.25.0" :
79
79
version "2.25.0"
80
80
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.25.0.tgz#abfb3d999084824d9a756d9b9c0f36fba03adb76"
81
81
integrity sha512-mccBLaBSpNVgp191CP5W+8U1crTyXsRziWliCqzj02kpxdjKMvFHGJbK33NroquH3zB/gZ8H511HEsJBa2fNEg==
You can’t perform that action at this time.
0 commit comments