@atlaskit/eslint-plugin-design-system
Version:
The essential plugin for use with the Atlassian Design System.
13 lines (12 loc) • 489 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.restrictedPaths = void 0;
var restrictedPaths = exports.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."
}];