UNPKG

eslint-plugin-logical-properties

Version:
14 lines (13 loc) 371 B
import { generateDirectionalRules } from '../parsers/directional.js'; export const mappings = { width: 'inlineSize', height: 'blockSize', minWidth: 'minInlineSize', minHeight: 'minBlockSize', maxWidth: 'maxInlineSize', maxHeight: 'maxBlockSize', }; export const ruleConfig = { mappings, }; export default generateDirectionalRules(ruleConfig);