Sergey Krylov 4bb4584606 feat: update dependencies
BREAKING CHANGE: transform module from CommonJS to ESM
2025-07-20 16:18:14 +03:00

12 lines
386 B
JavaScript

import jestConfig from '../rules/jest/.eslint-jest.js';
import jestDomConfig from '../rules/jest/.eslint-jest-dom.js';
import jestFormattingConfig from '../rules/jest/.eslint-jest-formatting.js';
import jestTestingLibraryConfig from '../rules/jest/.eslint-jest-testing-library.js';
export default [
jestConfig,
jestDomConfig,
jestFormattingConfig,
jestTestingLibraryConfig,
];