We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 071be4e + ad308aa commit df05120Copy full SHA for df05120
1 file changed
eslint.config.mjs
@@ -18,7 +18,7 @@ export default [
18
{
19
files: ["**/*.js", "**/*.jsx"],
20
languageOptions: {
21
- globals: { ...globals.browser, ...globals.node },
+ globals: { ...globals.browser, ...globals.node, ...globals.jest },
22
parserOptions: {
23
ecmaFeatures: {
24
jsx: true,
0 commit comments