UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

12 lines (11 loc) 228 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.fontWeightMap = void 0; var fontWeightMap = exports.fontWeightMap = { regular: '400', medium: '500', semibold: '600', bold: '700' };