UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

7 lines 232 B
import { identifier, literal, property } from 'eslint-codemod-utils'; export function getLiteralProperty(propertyName, propertyValue) { return property({ key: identifier(propertyName), value: literal(propertyValue) }); }