Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Fixes #178
  • Loading branch information
kimo-k committed Oct 31, 2023
1 parent 490baad commit 4673f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leiningen/new/re_frame/clj-kondo/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
garden.def/defstylesheet clojure.core/def
garden.units/defunit clojure.core/def
spade.core/defglobal clojure.core/def
spade.core/defclass clojure.core/def{{/garden?}}
spade.core/defclass clojure.core/def{{/garden?}}}
:linters {:unresolved-symbol {:exclude [goog.DEBUG]}
:unused-namespace {:exclude [cljs.repl]}
:unused-referred-var {:exclude {cljs.repl [Error->map
Expand Down

0 comments on commit 4673f5a

Please sign in to comment.