UNPKG

stylelint-taro-rn

Version:

A collection of React Native specific rules for stylelint

10 lines (9 loc) 203 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.namespace = namespace; const prefix = 'taro-rn'; function namespace(ruleName) { return `${prefix}/${ruleName}`; }