UNPKG

stylelint-taro-rn

Version:

A collection of React Native specific rules for stylelint

3 lines (2 loc) 94 B
export const kebabCase = string => string.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase()