Skip to content

Commit ad308aa

Browse files
authored
Merge pull request #1990 from trillium/ts.eslint_quickfix
ci: Add ...globals.jest to eslint.config.mjs
2 parents de14c9d + ce2a080 commit ad308aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default [
1818
{
1919
files: ["**/*.js", "**/*.jsx"],
2020
languageOptions: {
21-
globals: { ...globals.browser, ...globals.node },
21+
globals: { ...globals.browser, ...globals.node, ...globals.jest },
2222
parserOptions: {
2323
ecmaFeatures: {
2424
jsx: true,

0 commit comments

Comments
 (0)