UNPKG

eslint-plugin-unicorn

Version:
10 lines (8 loc) 326 B
/** @import * as ESLint from 'eslint'; @import {UnicornCreate} from './to-eslint-create.js'; @import {UnicornRule} from './to-eslint-rule.js'; @import {UnicornContext} from './unicorn-context.js'; @import {TSESTree as Estree} from '@typescript-eslint/types'; */ export {default as toEslintRules} from './to-eslint-rules.js';