felipeochoa / rjsx-mode

A JSX major mode for Emacs
https://github.com/felipeochoa/rjsx-mode
MIT License
639 stars 32 forks source link

What do all the underlines mean? Any way to disable? #136

Closed cheryllium closed 1 year ago

cheryllium commented 1 year ago

A lot of the code is underlined and I don't understand what this means. Is there a way to disable this?

image

felipeochoa commented 1 year ago

It looks like those are warnings from js2 about places where a semi colon should be. You can disable it using js2-strict-missing-semi-warning

felipeochoa commented 1 year ago

It looks like those are warnings from js2 about places where a semi colon should be. You can disable it using js2-strict-missing-semi-warning