@atlaskit/eslint-plugin-design-system
Version:
The essential plugin for use with the Atlassian Design System.
7 lines • 356 B
JavaScript
export var 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 @atlaskit/ds-explorations package is used for experiments and should not be consumed directly."
}];