UNPKG

@nyxb/eslint-define-config

Version:

Provide a defineConfig function for .eslintrc.js files

9 lines (8 loc) 220 B
/** * Eslint JSX A11y extends. * * @see [Eslint JSX A11y extends](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) */ export type JsxA11yExtends = | 'plugin:jsx-a11y/strict' | 'plugin:jsx-a11y/recommended';