New linter rule import/no-unused-modules & fixing import on typescript (#1173)

- New linter rules are now added
- Perhaps the `createPayee` method i've tagged with a disable should be
deleted.
- I have ignored unused methods in Plaid/Mobile as this stuff is still
WIP/experimental?
This commit is contained in:
Shazib Hussain
2023-06-24 16:58:40 +01:00
committed by GitHub
parent f3f2c8485a
commit 228cff3cfd
15 changed files with 322 additions and 193 deletions

View File

@@ -41,7 +41,9 @@
"cross-env": "^7.0.3",
"eslint": "^8.37.0",
"eslint-config-react-app": "7.0.1",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-rulesdir": "^0.2.2",
"npm-run-all": "^4.1.3",
"patch-package": "^6.1.2",