eslint-config-ksv741/rules/jest/.eslint-jest-testing-library.js
Sergey Krylov 23f1c08611 feat: add eslint 9 support, update dependencies
BREAKING CHANGE: not support eslint 8 versions and lower
2024-11-01 07:49:28 +03:00

7 lines
163 B
JavaScript

const testingLibrary = require('eslint-plugin-testing-library');
module.exports = {
name: 'jest-testing-library',
...testingLibrary.configs['flat/react'],
};