If I have single export in a file like this ``` export const url = "google.com"; ``` It shows me linting error for prefer-default-export, but making it default would throw me this error `Parsing error: Unexpected token const`
If I have single export in a file like this
It shows me linting error for prefer-default-export, but making it default would throw me this error
Parsing error: Unexpected token const