noReachingIntoComponentDo not reach into an individual component's folder for nested modules. Import from the closest shared components folder instead.small-rules/strict-component-boundariesPrevent imports that reach into another component's nested modules.
noReachingIntoComponentDo not reach into an individual component's folder for nested modules. Import from the closest shared components folder instead.This rule accepts one options object after the severity.
import someThing from '../Bar/any-path';import {someThing} from './components';