stylelint-taro-rn
Version:
A collection of React Native specific rules for stylelint
10 lines (9 loc) • 454 B
JavaScript
export { endsWith } from './endsWith'
export { isCustomProperty } from './isCustomProperty'
export { isExportBlock } from './isExportBlock'
export { isStandardSyntaxDeclaration } from './isStandardSyntaxDeclaration'
export { isStandardSyntaxProperty } from './isStandardSyntaxProperty'
export { isString } from './isString'
export { kebabCase } from './kebabCase'
export { namespace } from './namespace'
export { optionsMatches } from './optionsMatches'