Open kurtharriger opened 2 years ago
vscode plugin calva and probably most editors use clj-kondo to lint code files and require extra configuration to recognize defconst Ive configured clj-kondo to lint defconst as defn and that seems to work well for me.
it appears that clj-kondo will search libraries for rules so that it can lint-as defn by automatically https://github.com/clj-kondo/clj-kondo/blob/master/doc/config.md#exporting
@kurtharriger This is quite interesting. PR welcome to add docs/config with respect to clj-config.
vscode plugin calva and probably most editors use clj-kondo to lint code files and require extra configuration to recognize defconst Ive configured clj-kondo to lint defconst as defn and that seems to work well for me.
it appears that clj-kondo will search libraries for rules so that it can lint-as defn by automatically https://github.com/clj-kondo/clj-kondo/blob/master/doc/config.md#exporting