Skip to content

Commit 2dfb2fb

Browse files
chore: add mount to global vars in ESLint config
1 parent a74b234 commit 2dfb2fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export default [
4444
...globals.jest,
4545
insights: true,
4646
React: true,
47+
mount: true, // Set to true to allow it to be used without definition
4748
},
4849

4950
parser: babelParser,

0 commit comments

Comments
 (0)