Rishav Pandey

Results 7 comments of Rishav Pandey

Hi, Recently, while upgrading eslint this plugin broke in my project. Just FYI, I'm getting this error - `Parse errors in imported module '@pay/old/api/endpoints': parserPath or languageOptions.parser is required! (undefined:undefined)...

Still, there is the same issue. Btw in my standalone app, I needed settings for `import/resolver` so that it identifies absolute import path definitions like `@pay`. In the standalone app,...

``` "@typescript-eslint/eslint-plugin": "^6.2.1", "@typescript-eslint/parser": "^6.2.1", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-graphql": "^4.0.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-redux": "^0.1.0", "eslint-plugin-redux-saga": "^1.3.2", "eslint-plugin-cypress": "^2.13.4", "eslint-plugin-unused-imports":...

Hi @ljharb I tried creating a demo app for this but encountered a new issue of ` 1:24 error Unable to resolve path to module '@demo-org/ui-lib' import/no-unresolved`. Unable to re-create...

Hey @ljharb I guess I found something. This time inside my `apps/pay-platform/.eslintrc.js` I removed extending the global eslint config and put all the rules in a single file itself. **It...

Hi @ljharb I have fixed everything on mono-repo. I'm using V8 of eslint only, but there were a lot of changes that needed to be made. https://nx.dev/recipes/tips-n-tricks/eslint This article helped...

> It would be great to have a sample configuration that works with Nx workspaces. I have tried various settings and always end up with the same error: > >...