@atlaskit/eslint-plugin-design-system
Version:
The essential plugin for use with the Atlassian Design System.
12 lines (11 loc) • 495 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.AFFECTED_ATLASKIT_PACKAGES = void 0;
var AFFECTED_ATLASKIT_PACKAGES = exports.AFFECTED_ATLASKIT_PACKAGES = {
'@atlaskit/datetime-picker': ['DatePicker', 'TimePicker', 'DateTimePicker'],
'@atlaskit/select': ['default', 'AsyncCreatableSelect', 'CheckboxSelect', 'CountrySelect', 'CreatableSelect', 'PopupSelect', 'RadioSelect'],
'@atlaskit/textarea': ['default'],
'@atlaskit/textfield': ['default']
};