I want to modify my code structure using eslint of airbnb. I have follwed these instruction given in eslint-config-airbnb. After initiating the command
npm run lint
, results consists of 'fetch' is not defined
and also, 'localStorage' is not defined
.
I have gone through this github issue, but still error is shown as the same 'fetch is not defined'
. Is there any solutions for it.