Serhii Shmyg

Results 22 comments of Serhii Shmyg

Same for me. Not CRA, but latest webpack and custom configs. https://github.com/sshmyg/frontend repo for reproducing.

With `before update` versions of packages, there are no any errors about `import/no-cycle`. Before update ``` "@typescript-eslint/eslint-plugin": "4.30.0", "@typescript-eslint/parser": "4.30.0", "eslint": "7.32.0", "eslint-plugin-import": "2.24.2", "eslint-plugin-jest": "24.4.0", "eslint-plugin-promise": "5.1.1", "typescript": "4.4.4",...

Checks with eslint for all project took ~ 5min with old packages versions. With new ones ~ 47min.

> Can you try eslint 7.32.0 with the latest version of the plugin? Doesn't work :(

Will try to get more info.

Works with this versions ``` "eslint": "7.32.0", "eslint-plugin-import": "2.24.2", ``` Got such error from eslint `Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './lib/util/glob-util' is not defined by "exports" in /node_modules/eslint/package.json` with versions ```...

Hi Checked latest version of eslint and import plugin. It works, but very very very slow. Was using `.ts` file with ~ 300 lines of code. Imports lines ~ 20...

Will 1.4v get some solution for this issue?

This was helpful, thnks. No more changes, just moved `cosmos.decorator.jsx` into src and it works. Thnks