@atlaskit/eslint-plugin-design-system
Version:
The essential plugin for use with the Atlassian Design System.
13 lines (12 loc) • 418 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.getLiteralProperty = getLiteralProperty;
var _eslintCodemodUtils = require("eslint-codemod-utils");
function getLiteralProperty(propertyName, propertyValue) {
return (0, _eslintCodemodUtils.property)({
key: (0, _eslintCodemodUtils.identifier)(propertyName),
value: (0, _eslintCodemodUtils.literal)(propertyValue)
});
}