UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

4 lines 152 B
// convert line-height to lineHeight export const convertHyphenatedNameToCamelCase = prop => { return prop.replace(/-./g, m => m[1].toUpperCase()); };