I\'m building a React app, with create-react-app.
I got the following error when running ESLint: 8:3 error \'document\' is not defined no-undef.
8:3 error \'document\' is not defined no-undef.
set an env property in you eslint.rc file, e.g.
{ "env": { "browser": true, "node": true } }