clojurescript

ClojureScript, a dialect of Clojure that compiles to JavaScript http://clojurescript.org | Currently at 1.10.879
2020-12-09T08:37:08.209400Z

@meditans Which linter do you use? Clj-kondo?

borkdude 2020-12-09T08:52:30.210Z

@meditans yes, {:lint-as {reagent.core/with-let clojure.core/let}} in .clj-kondo/config.edn

👍 3
2020-12-09T08:57:01.210500Z

does that mean. Lint with-let the same way as let?

👍 2
clyfe 2020-12-09T15:42:30.212100Z

How do I get access to cljs Jira?

clyfe 2020-12-09T15:43:47.212200Z

To create a ticket on CLJS, am not allowed currently.

clyfe 2020-12-09T15:44:27.212400Z

Alternatively, can someone do it as described here? https://ask.clojure.org/index.php/8975/syntaxerror-when-setting-meta-on-a-fn-inside-a-multimethod

alexmiller 2020-12-09T15:44:32.212700Z

preferred process is to file a question on https://ask.clojure.org with tag "request" and a committer will create after discussion

clyfe 2020-12-09T15:44:59.213100Z

Yes, did that

alexmiller 2020-12-09T15:45:14.213300Z

thx, I can follow up

👍 1
alexmiller 2020-12-09T15:51:12.213600Z

https://clojure.atlassian.net/browse/CLJS-3289

borkdude 2020-12-09T23:34:47.215400Z

Yes