8000 chore: eslint-disable a require import in jest.config.base · jakebailey/typescript-eslint@f8bdb49 · GitHub
[go: up one dir, main page]

Skip to content

Commit f8bdb49

Browse files
chore: eslint-disable a require import in jest.config.base
1 parent e3310f1 commit f8bdb49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.base.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
'use strict';
22

3+
// eslint-disable-next-line @typescript-eslint/no-require-imports
34
const path = require('node:path');
45

56
// @ts-check

0 commit comments

Comments
 (0)
0