Commit 44c6f6d 1 parent 7595895 commit 44c6f6d Copy full SHA for 44c6f6d
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ This configuration combines:
19
19
# Installation
20
20
21
21
```
22
- $ npm install -D eslint-config-standard-prettier-fp eslint@^5.8.0 eslint-config-prettier@^3.0.1 eslint-config-standard@^12.0.0 eslint-import-resolver-node@^0.3.2 eslint-plugin-eslint-comments@^3.0.1 eslint-plugin-filenames@^1.3.2 eslint-plugin-fp@^2.3.0 eslint-plugin-html@^5.0.0-alpha.0 eslint-plugin-import@^2.14.0 eslint-plugin-markdown@^1.0.0-rc.1 eslint-plugin-node@^8.0.0 eslint-plugin-promise@^4.0.1 eslint-plugin-standard@^4.0.0 eslint-plugin-unicorn@^6.0.1 eslint-plugin-you-dont-need-lodash-underscore@^6.4.0 prettier@^1.14.3
22
+ $ npm install -D eslint-config-standard-prettier-fp eslint@^5.8.0 eslint-config-prettier@^3.0.1 eslint-config-standard@^12.0.0 eslint-import-resolver-node@^0.3.2 eslint-plugin-eslint-comments@^3.0.1 eslint-plugin-filenames@^1.3.2 eslint-plugin-fp@^2.3.0 eslint-plugin-html@^5.0.0-alpha.0 eslint-plugin-import@^2.14.0 eslint-plugin-markdown@^1.0.0-rc.1 eslint-plugin-node@^8.0.0 eslint-plugin-promise@^4.0.1 eslint-plugin-standard@^4.0.0 eslint-plugin-unicorn@^6.0.1 eslint-plugin-you-dont-need-lodash-underscore@^6.4.0 prettier@^1.15.1
23
23
```
24
24
25
25
Then in your ` .eslintrc.json ` :
Original file line number Diff line number Diff line change 55
55
"eslint-plugin-you-dont-need-lodash-underscore" : " ^6.4.0" ,
56
56
"gulp" : " ^4.0.0" ,
57
57
"gulp-yaml" : " ^2.0.1" ,
58
- "prettier" : " ^1.14.3 " ,
58
+ "prettier" : " ^1.15.1 " ,
59
59
"release-it" : " ^7.6.2"
60
60
},
61
61
"peerDependencies" : {
74
74
"eslint-plugin-standard" : " ^4.0.0" ,
75
75
"eslint-plugin-unicorn" : " ^6.0.1" ,
76
76
"eslint-plugin-you-dont-need-lodash-underscore" : " ^6.4.0" ,
77
- "prettier" : " ^1.14.3 "
77
+ "prettier" : " ^1.15.1 "
78
78
},
79
79
"engines" : {
80
80
"node" : " >=11.1.0"
You can’t perform that action at this time.
0 commit comments