How to disable this orange warning line below the code in IntelliJ, it's annoying

I'm coding some clojurescript, and want to get rid of the annoying orange line. How can I turn it off completely ?

It keeps saying the 3rd js lib as clojure syntax => unresolved

 

 

 

2

While in the editor, select the necessary code fragment and press Ctrl+Alt+I . If you need to adjust indentation settings, in the Settings/Preferences dialog ( Ctrl+Alt+S ), go to Editor | Code Style. On the appropriate language page, on the Tabs and Indents tab, specify the appropriate indents options and click OK .  https://www.umrproviderportal.org/

0

请先登录再写评论。