UNPKG

@nyxb/eslint-define-config

Version:

Provide a defineConfig function for .eslintrc.js files

7 lines (6 loc) 239 B
/** * Eslint EslintComments extends. * * @see [Eslint EslintComments extends](https://mysticatea.github.io/eslint-plugin-eslint-comments/#%F0%9F%93%96-usage) */ export type EslintCommentsExtends = 'plugin:eslint-comments/recommended';