UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

10 lines (9 loc) 453 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isRadiusProperty = isRadiusProperty; var shapeProperties = ['borderTopLeftRadius', 'borderTopRightRadius', 'borderBottomRightRadius', 'borderBottomLeftRadius', 'borderRadius', 'borderStartStartRadius', 'borderStartEndRadius', 'borderEndStartRadius', 'borderEndEndRadius']; function isRadiusProperty(propertyName) { return shapeProperties.includes(propertyName); }