File tree 4 files changed +2
-56
lines changed
4 files changed +2
-56
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ module.exports = {
42
42
trailingComma : 'all' ,
43
43
arrowParens : 'always' ,
44
44
printWidth : 100 ,
45
+ semi : true
45
46
} ,
46
47
] ,
47
48
} ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 24
24
"eslint-plugin-import" : " 2.18.0" ,
25
25
"eslint-plugin-jsx-a11y" : " 6.2.1" ,
26
26
"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"
29
28
}
30
29
}
Original file line number Diff line number Diff line change @@ -4141,11 +4141,6 @@ prettier-linter-helpers@^1.0.0:
4141
4141
dependencies :
4142
4142
fast-diff "^1.1.2"
4143
4143
4144
-
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
-
4149
4144
private@^0.1.6 :
4150
4145
version "0.1.8"
4151
4146
resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff"
You can’t perform that action at this time.
0 commit comments