@atlaskit/eslint-plugin-design-system
Version:
The essential plugin for use with the Atlassian Design System.
7 lines (6 loc) • 312 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.validPrimitiveElements = void 0;
var validPrimitiveElements = exports.validPrimitiveElements = new Set(['div', 'span', 'article', 'aside', 'dialog', 'footer', 'header', 'li', 'main', 'nav', 'ol', 'section', 'ul', 'button']);