Posts by Hugo B. S. Benedicto • 11 points
1 post
-
1
votes2
answers65
viewsA: Problem with Next, Typescript and Eslint
According to this thread, I would suggest putting this on .eslintrc: "rules": { "react/jsx-filename-extension": [1, { "extensions":[".js", ".jsx"] }], }…