In the new eslint flat file config, how to fix this?
I have already added the below and is not working.
import globals from "globals";
globals: {
...globals.browser,
...globals.jest,
},
but this is not fixing this issue. Any help is appreciated.