UNPKG

@kaspersky/dev-tools

Version:

Development tools and configs for Babel, ESLint and TypeScript

17 lines (16 loc) 366 B
import base from './base.mjs'; import prettier from './prettier.mjs'; import react from './react.mjs'; import security from './security.mjs'; import storybook from './storybook.mjs'; import tags from './tags.mjs'; import typescript from './typescript.mjs'; export default { base, security, typescript, tags, react, prettier, storybook };