UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

7 lines 177 B
import { property } from 'eslint-codemod-utils'; export function convertPropertyNodeToStringableNode(node) { return property({ key: node.key, value: node.value }); }