UNPKG

@exadel/eslint-config-esl

Version:

Shared ESLint config used by ESL (@exadel/esl) team. Internal projects usage.

8 lines (6 loc) 124 B
import langJS from './ecmascript.js'; import langTS from './typescript.js'; export default { js: langJS, ts: langTS };