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

7 lines
163 B
JavaScript

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