File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 32
32
"devDependencies" : {
33
33
"@pocket-studios/eslint-config" : " 1.0.4" ,
34
34
"@types/node" : " 14.11.2" ,
35
- "@vercel/ncc" : " 0.24.1" ,
36
- "eslint" : " 6.8.0" ,
37
- "typescript" : " 4.0.2" ,
38
35
"@typescript-eslint/eslint-plugin" : " 4.1.0" ,
39
36
"@typescript-eslint/parser" : " 4.1.0" ,
37
+ "@vercel/ncc" : " 0.24.1" ,
38
+ "eslint" : " 6.8.0" ,
40
39
"eslint-config-airbnb" : " 18.2.0" ,
41
40
"eslint-plugin-cypress" : " 2.11.2" ,
42
41
"eslint-plugin-import" : " 2.22.0" ,
43
42
"eslint-plugin-jest" : " 23.20.0" ,
44
43
"eslint-plugin-jsx-a11y" : " 6.3.1" ,
45
44
"eslint-plugin-react" : " 7.21.3" ,
46
45
"eslint-plugin-react-hooks" : " 4.1.2" ,
46
+ "eslint-plugin-replace-relative-imports" : " ^1.0.0" ,
47
47
"eslint-plugin-unused-imports" : " 0.1.3" ,
48
48
"husky" : " 4.2.5" ,
49
- "lint-staged" : " 10.2.13"
49
+ "lint-staged" : " 10.2.13" ,
50
+ "typescript" : " 4.0.2"
50
51
},
51
52
"eslintConfig" : {
52
53
"extends" : [
64
65
" yarn lint"
65
66
]
66
67
}
67
- }
68
+ }
Original file line number Diff line number Diff line change @@ -893,6 +893,13 @@ eslint-plugin-react@7.21.3:
893
893
resolve "^1.17.0"
894
894
string.prototype.matchall "^4.0.2"
895
895
896
+ eslint-plugin-replace-relative-imports@^1.0.0 :
897
+ version "1.0.0"
898
+ resolved "https://registry.yarnpkg.com/eslint-plugin-replace-relative-imports/-/eslint-plugin-replace-relative-imports-1.0.0.tgz#5a6944d0459d56874270efc2ea9b72c12e43f66c"
899
+ integrity sha512-I97BtxXUwBbDaThopVS/0ImTG1eYb5UlOVOlpKAREh9ZJI368FZKk77DpoC9r0v72yCHcRMT/wSTO/9cxix+uQ==
900
+ dependencies :
901
+ minimatch "^3.0.4"
902
+
896
903
eslint-plugin-unused-imports@0.1.3 :
897
904
version "0.1.3"
898
905
resolved "https://registry.yarnpkg.com/eslint-plugin-unused-imports/-/eslint-plugin-unused-imports-0.1.3.tgz#e7ba892576218218f793653d5337081c7ee0f991"
You can’t perform that action at this time.
0 commit comments