@atlaskit/eslint-plugin-design-system
Version:
The essential plugin for use with the Atlassian Design System.
7 lines • 358 B
JavaScript
export const restrictedPaths = [{
path: '@atlaskit/ds-lib',
message: `The '@atlaskit/ds-lib' library has been designed as a utility library for internal usage and should not be consumed directly.`
}, {
path: '@atlaskit/ds-explorations',
message: `The /ds-explorations package is used for experiments and should not be consumed directly.`
}];