YuriiF

Results 3 comments of YuriiF

I'm already write this problem on the spectrum.chat I can achieve to resolve 'src' with configuration bellow without any problem: .neutrionorc.js ```javascript module.exports = { use: [ [ '@neutrinojs/react', {...

Also I'm think my case with resolving modules for eslint is related to this issue: https://github.com/mozilla-neutrino/neutrino-dev/issues/708 Beacuas `import/no-unresolved` should not fail if i configured `import/resolver` correctly. I'm tried it with...

@timkelty Great thanks here is two gist's with neutrino configuration and package.json that i'm tried hope it will help: https://gist.github.com/YuriiF/6c1274aa86bb3aef49b32b2a11732098 https://gist.github.com/YuriiF/83d0301123c51917de26e2f8b4215570 I'm tried two resolvers for eslint: - babel-plugin-root-import -...