File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 40
40
"devDependencies" : {
41
41
"@types/jest" : " 25.1.4" ,
42
42
"@types/node" : " 13.9.8" ,
43
+ "eslint" : " 6.8.0" ,
44
+ "eslint-plugin-github" : " 3.4.1" ,
45
+ "eslint-plugin-jest" : " 23.8.2" ,
46
+ "eslint-plugin-prettier" : " ^3.1.2" ,
43
47
"jest" : " 25.2.4" ,
44
48
"jest-circus" : " 25.2.4" ,
45
49
"prettier" : " 2.0.2" ,
46
50
"ts-jest" : " 25.3.0" ,
47
- "eslint" : " 6.8.0" ,
48
- "eslint-plugin-github" : " 3.4.1" ,
49
- "eslint-plugin-jest" : " 23.8.2" ,
50
51
"typescript" : " 3.8.3"
51
52
}
52
53
}
Original file line number Diff line number Diff line change @@ -1441,7 +1441,7 @@ eslint-plugin-jsx-a11y@>=6.0.0:
1441
1441
has "^1.0.3"
1442
1442
jsx-ast-utils "^2.2.1"
1443
1443
1444
- eslint-plugin-prettier@>=2.6.0 :
1444
+ eslint-plugin-prettier@>=2.6.0, eslint-plugin-prettier@^3.1.2 :
1445
1445
version "3.1.2"
1446
1446
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.2.tgz#432e5a667666ab84ce72f945c72f77d996a5c9ba"
1447
1447
dependencies :
You can’t perform that action at this time.
0 commit comments