UNPKG

@nyxb/eslint-define-config

Version:

Provide a defineConfig function for .eslintrc.js files

12 lines (11 loc) 361 B
/** * Eslint TestingLibrary extends. * * @see [Eslint TestingLibrary extends](https://github.com/testing-library/eslint-plugin-testing-library) */ export type TestingLibraryExtends = | 'plugin:testing-library/angular' | 'plugin:testing-library/dom' | 'plugin:testing-library/marko' | 'plugin:testing-library/react' | 'plugin:testing-library/vue';