Is it possible to deactivate this error in eslint?
Parsing error: \'import\' and \'export\' may only appear at the top level
my solution incase other dont work
"parserOptions": { "ecmaVersion": 6, "sourceType": "module" }