UNPKG

@nyxb/eslint-define-config

Version:

Provide a defineConfig function for .eslintrc.js files

9 lines (8 loc) 214 B
/** * Eslint Unicorn extends. * * @see [Eslint Unicorn extends](https://github.com/sindresorhus/eslint-plugin-unicorn) */ export type UnicornExtends = | 'plugin:unicorn/recommended' | 'plugin:unicorn/all';