I am using React and Redux to develop a webapp and when I started up my project I got this:
Line 13: Unexpected use of \'location\' no-restricted-globals Sear
For me I had issues with history and location... As the accepted answer using window before history and location (i.e) window.history and window.location solved mine