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 4343Use the package manager to install
4444
4545``` 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
4747```
4848
4949## Usage
Original file line number Diff line number Diff line change 1919 "devDependencies" : {
2020 "@boringcodes/eslint-config" : " ^1.0.0" ,
2121 "@typescript-eslint/eslint-plugin" : " ^2.25.0" ,
22+ "@typescript-eslint/parser" : " ^2.25.0" ,
2223 "eslint" : " ^6.8.0" ,
2324 "eslint-config-prettier" : " ^6.10.1" ,
2425 "eslint-config-standard" : " ^14.1.1" ,
3334 },
3435 "peerDependencies" : {
3536 "@typescript-eslint/eslint-plugin" : " ^2.25.0" ,
37+ "@typescript-eslint/parser" : " ^2.25.0" ,
3638 "eslint" : " ^6.8.0" ,
3739 "eslint-config-prettier" : " ^6.10.1" ,
3840 "eslint-config-standard-with-typescript" : " ^15.0.1" ,
Original file line number Diff line number Diff line change 7575 eslint-scope "^5.0.0"
7676 eslint-utils "^2.0.0"
7777
78- " @typescript-eslint/parser@^2.24.0 " :
78+ " @typescript-eslint/parser@^2.24.0" , "@typescript-eslint/parser@^2.25.0" :
7979 version "2.25.0"
8080 resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.25.0.tgz#abfb3d999084824d9a756d9b9c0f36fba03adb76"
8181 integrity sha512-mccBLaBSpNVgp191CP5W+8U1crTyXsRziWliCqzj02kpxdjKMvFHGJbK33NroquH3zB/gZ8H511HEsJBa2fNEg==
You can’t perform that action at this time.
0 commit comments