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 3232 "devDependencies" : {
3333 "@pocket-studios/eslint-config" : " 1.0.4" ,
3434 "@types/node" : " 14.11.2" ,
35- "@vercel/ncc" : " 0.24.1" ,
36- "eslint" : " 6.8.0" ,
37- "typescript" : " 4.0.2" ,
3835 "@typescript-eslint/eslint-plugin" : " 4.1.0" ,
3936 "@typescript-eslint/parser" : " 4.1.0" ,
37+ "@vercel/ncc" : " 0.24.1" ,
38+ "eslint" : " 6.8.0" ,
4039 "eslint-config-airbnb" : " 18.2.0" ,
4140 "eslint-plugin-cypress" : " 2.11.2" ,
4241 "eslint-plugin-import" : " 2.22.0" ,
4342 "eslint-plugin-jest" : " 23.20.0" ,
4443 "eslint-plugin-jsx-a11y" : " 6.3.1" ,
4544 "eslint-plugin-react" : " 7.21.3" ,
4645 "eslint-plugin-react-hooks" : " 4.1.2" ,
46+ "eslint-plugin-replace-relative-imports" : " ^1.0.0" ,
4747 "eslint-plugin-unused-imports" : " 0.1.3" ,
4848 "husky" : " 4.2.5" ,
49- "lint-staged" : " 10.2.13"
49+ "lint-staged" : " 10.2.13" ,
50+ "typescript" : " 4.0.2"
5051 },
5152 "eslintConfig" : {
5253 "extends" : [
6465 " yarn lint"
6566 ]
6667 }
67- }
68+ }
Original file line number Diff line number Diff line change @@ -893,6 +893,13 @@ eslint-plugin-react@7.21.3:
893893 resolve "^1.17.0"
894894 string.prototype.matchall "^4.0.2"
895895
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+
896903eslint-plugin-unused-imports@0.1.3 :
897904 version "0.1.3"
898905 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