Jerald Sayson

Results 2 comments of Jerald Sayson

I solved it. Just uninstall their own linter. `npm uninstall eslint eslint-config-next`

Hey man! are you talking about this code below? ``` if(process.env.NODE_ENV === 'development') { //Codes here } else if (process.env.NODE_ENV === 'production') { //Code here } ``` Recently, I just...