@atlaskit/eslint-plugin-design-system
Version:
The essential plugin for use with the Atlassian Design System.
28 lines • 617 B
JavaScript
export const restrictedPaths = [{
path: 'react-beautiful-dnd',
message: 'You can view the migration guide from react-beautiful-dnd here https://staging.atlassian.design/components/pragmatic-drag-and-drop/packages/react-beautiful-dnd-migration/about'
}, {
path: 'react-sortable-hoc',
message: ''
}, {
path: 'react-dnd',
message: ''
}, {
path: 'react-dropzone',
message: ''
}, {
path: '@atlassian/jira-dnd',
message: ''
}, {
path: 'react-draggable',
message: ''
}, {
path: 'dragula',
message: ''
}, {
path: '@dnd-kit',
message: ''
}, {
path: '@formkit/drag-and-drop',
message: ''
}];