javascript - Is it possible to disable specific warnings in Komodo Edit? -



javascript - Is it possible to disable specific warnings in Komodo Edit? -

komodo edit divides warnings 2 categories: regular , strict. of strict warnings, - example, warning when dictionary definition has trailing comma - useful me, while others aren't.

is there way, perhaps through editing komodo resource files, disable specific warnings within 'strict' category?

maybe installing kjslint addon can help? gives command on jslint, equal official jslint options.

javascript ide komodo komodoedit

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -