ESLint plugin
The essential plugin for use with the Atlassian Design System.no-banned-imports
Using private or experimental packages is dangerous as they are not supported across major versions meaning you will not be able to migrate easily causing friction for yourself and the Atlassian Design System team.
Examples
Anything that is considered private or experimental will be marked as violations.
Incorrect
import noop from '@atlaskit/ds-lib/noop';
^^^^^^^^^^^^^^^^^^^^^
import { Text } from '@atlaskit/ds-explorations';
^^^^^^^^^^^^^^^^^^^^^^^^^