@atlaskit/eslint-plugin-design-system
Version:
The essential plugin for use with the Atlassian Design System.
15 lines (14 loc) • 300 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PATTERNS = void 0;
var PATTERNS = exports.PATTERNS = [
// <p>text</p>
'paragraph-elements',
// <span>text</span>
'span-elements',
// <strong>text</strong>
'strong-elements',
// <em>text</em>
'emphasis-elements'];