chore: use @uniswap eslint preset (#5556)
* feat: replace eslint with preset * chore: update * add empty line * Revert changes * chore: replace colors * chore: tweaks * Revert "chore: replace colors" This reverts commit 3462420ecbdd9c5275a895643dad1586e92226a0. * bring lint back * chore: tweaks * chore: add note * chore: fix yarn lock * chore: fix yarn.lock 2 * chore: use ESLint from npm * Chore: update lockfile * tweaks * chore: initial take fixing some lint issues * tweaks * chore: another take * chore: further tweaks * chore: fix further * feat: ignore Jest for cypress * revert change * chore: update to latest preset * tmp lets see if this works * chore: turn error into warning * chore: remove warnings * chore: deduplicate yarn lock * feat: add recommended ESLint extension in case someone has Prettier instead * upgrade to latest uniswap config * chore: update todo * remove patch * find to some * name * chore: tweak yarn lock * update * cleanup * update name for filter * nl * no unsafe finally * chore: update doc * fix * fix * one more fix * one more file * chore: Fix two last build issues * add generated back * fix lint after merge * chore: fix tests * remove * one more
Showing
.eslintrc.js
0 → 100644
.eslintrc.json
deleted
100644 → 0
.prettierignore
deleted
100644 → 0
.prettierrc
deleted
100644 → 0
.vscode/extensions.json
0 → 100644
... | ... | @@ -90,22 +90,12 @@ |
"@types/ua-parser-js": "^0.7.35", | ||
"@types/uuid": "^8.3.4", | ||
"@types/wcag-contrast": "^3.0.0", | ||
"@typescript-eslint/eslint-plugin": "^4", | ||
"@typescript-eslint/parser": "^4", | ||
"@uniswap/eslint-config": "^1.1.1", | ||
"@vanilla-extract/babel-plugin": "^1.1.7", | ||
"@vanilla-extract/webpack-plugin": "^2.1.11", | ||
"cypress": "^10.3.1", | ||
"env-cmd": "^10.1.0", | ||
"eslint": "^7.11.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-import-resolver-typescript": "^3.5.2", | ||
"eslint-plugin-better-styled-components": "^1.1.2", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"eslint-plugin-react": "^7.21.5", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-plugin-simple-import-sort": "^7.0.0", | ||
"eslint-plugin-unused-imports": "^2.0.0", | ||
"jest-styled-components": "^7.0.8", | ||
"ms.macro": "^2.0.0", | ||
"patch-package": "^6.4.7", | ||
... | ... |
Please register or sign in to comment