File tree Expand file tree Collapse file tree 4 files changed +2
-56
lines changed Expand file tree Collapse file tree 4 files changed +2
-56
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ module.exports = {
4242 trailingComma : 'all' ,
4343 arrowParens : 'always' ,
4444 printWidth : 100 ,
45+ semi : true
4546 } ,
4647 ] ,
4748 } ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2424 "eslint-plugin-import" : " 2.18.0" ,
2525 "eslint-plugin-jsx-a11y" : " 6.2.1" ,
2626 "eslint-plugin-prettier" : " 3.1.0" ,
27- "eslint-plugin-react" : " 7.14.2" ,
28- "prettier" : " 1.18.2"
27+ "eslint-plugin-react" : " 7.14.2"
2928 }
3029}
Original file line number Diff line number Diff line change @@ -4141,11 +4141,6 @@ prettier-linter-helpers@^1.0.0:
41414141 dependencies :
41424142 fast-diff "^1.1.2"
41434143
4144- prettier@1.18.2 :
4145- version "1.18.2"
4146- resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.18.2.tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea"
4147- integrity sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw==
4148-
41494144private@^0.1.6 :
41504145 version "0.1.8"
41514146 resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff"
You can’t perform that action at this time.
0 commit comments