Results 6 comments of Willian R. Sabião

It breaks my `alias paths` as well. I put back the `v5.0.1`, and it worked again.

Sorry for my delay guys. ```javascript { "extends": ["airbnb", "plugin:cypress/recommended", "plugin:jest/recommended"], "parser": "babel-eslint", "plugins": [ "cypress", "react-hooks" ], "parserOptions": { "ecmaVersion": 6, "sourceType": "module", "ecmaFeatures": { "jsx": true, "impliedStrict": false...

This file is located in the root path. I'll try to create a repro project structure to send here late. I have the same babel.config.js file working for 5.0.1 version.

The repo is here: https://github.com/williansabiao/test-eslint-import-resolver-babel-module I believe it happens because of the package.json inside each component folder. Once a package.json is there, the eslint is trying to use the alias...

@buz-zard I tested here with your fix, and it looks great. It's working with your fixes here. Waiting the next versio o/ Thanks.