UNPKG

eslint-config-moneyforward

Version:
16 lines (13 loc) 472 B
// @ts-check import testReact from './test/react.mjs'; const test = { react: testReact, }; export { default as essentials } from './essentials.mjs'; export { default as jsdoc } from './jsdoc.mjs'; export { default as next } from './next.mjs'; export { default as node } from './node.mjs'; export { default as react } from './react.mjs'; export { default as storybook } from './storybook.mjs'; export { default as typescript } from './typescript.mjs'; export { test };