UNPKG

eslint-config-airbnb-standard

Version:

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

7 lines (6 loc) 107 B
export default function IdentifierMock(ident) { return { type: 'Identifier', name: ident, }; }