Skip to content

Commit b67d3f5

Browse files
committed
chore: move eslint config to ESM
1 parent 71fb19c commit b67d3f5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
File renamed without changes.

tests/eslint-remote-tester.config.cjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
const { rules } = require('eslint-plugin-testing-library');
21
const {
32
getRepositories,
43
getPathIgnorePattern,
54
} = require('eslint-remote-tester-repositories');
65

6+
const { rules } = require('eslint-plugin-testing-library');
7+
78
module.exports = {
89
repositories: getRepositories({ randomize: true }),
910
pathIgnorePattern: getPathIgnorePattern(),

0 commit comments

Comments
 (0)