Skip to content

Commit 168825d

Browse files
authored
chore: mark remote tester config as a module (#1783)
1 parent 7304842 commit 168825d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.eslintrc.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,12 @@ const config = {
107107
globals,
108108
},
109109
{
110-
files: ['src/**/*', 'dangerfile.ts', './jest.config.ts'],
110+
files: [
111+
'src/**/*',
112+
'dangerfile.ts',
113+
'./jest.config.ts',
114+
'./eslint-remote-tester.config.ts',
115+
],
111116
parserOptions: {
112117
sourceType: 'module',
113118
},

eslint-remote-tester.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
'use strict';
2-
31
import type { Config } from 'eslint-remote-tester';
42
import {
53
getPathIgnorePattern,

0 commit comments

Comments
 (0)