-
- Downloads
removed eslint from deps, updated eslint config and fixed files
Showing
- .eslintrc.js 1 addition, 1 deletion.eslintrc.js
- package-lock.json 17095 additions, 18418 deletionspackage-lock.json
- package.json 0 additions, 1 deletionpackage.json
- src/components/NewsContainer.tsx 2 additions, 2 deletionssrc/components/NewsContainer.tsx
- src/core/components/CustomModal.tsx 3 additions, 2 deletionssrc/core/components/CustomModal.tsx
- src/core/components/MainRouting.tsx 1 addition, 0 deletionssrc/core/components/MainRouting.tsx
- src/core/components/ProfileButton.tsx 1 addition, 1 deletionsrc/core/components/ProfileButton.tsx
- src/core/components/ProfileModal.tsx 2 additions, 2 deletionssrc/core/components/ProfileModal.tsx
Source diff could not be displayed: it is too large. Options to address this: view the blob.
... | ... | @@ -70,7 +70,6 @@ |
"@types/styled-components": "^5.1.7", | ||
"@typescript-eslint/eslint-plugin": "^3.10.1", | ||
"@typescript-eslint/parser": "^3.10.1", | ||
"eslint": "^7.18.0", | ||
"eslint-config-airbnb-typescript": "^9.0.0", | ||
"eslint-config-prettier": "^4.3.0", | ||
"eslint-plugin-import": "^2.22.1", | ||
... | ... |
Please register or sign in to comment