UNPKG

eslint-config-airbnb-standard

Version:

Airbnb's JS ESLint config + JS Standard Style + semicolons

11 lines (10 loc) 136 B
/** * @flow */ export default function JSXTextMock(value: string) { return { type: 'JSXText', value, raw: value, }; }