UNPKG

stylelint-taro-rn

Version:

A collection of React Native specific rules for stylelint

12 lines (11 loc) 644 B
declare const _default: { 'font-weight-no-ignored-values': typeof fontWeightNoIgnoredValues; 'css-property-no-unknown': typeof cssPropertyNoUnknown; 'style-property-no-unknown': typeof stylePropertyNoUnknown; 'line-height-no-value-without-unit': typeof lineHeightNoValueWithoutUnit; }; export default _default; import fontWeightNoIgnoredValues from './font-weight-no-ignored-values/index.js'; import cssPropertyNoUnknown from './css-property-no-unknown/index.js'; import stylePropertyNoUnknown from './style-property-no-unknown/index.js'; import lineHeightNoValueWithoutUnit from './line-height-no-value-without-unit/index.js';