0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00

🎉 Add initial clj-kondo config.

This commit is contained in:
Andrey Antukh 2020-12-02 09:58:50 +01:00 committed by Hirunatan
parent 7f1a436f30
commit 8bc37416a0
2 changed files with 12 additions and 0 deletions

11
.clj-kondo/config.edn Normal file
View file

@ -0,0 +1,11 @@
{:lint-as {potok.core/reify clojure.core/reify
promesa.core/let clojure.core/let
app.db/with-atomic clojure.core/with-open}
:linters
{:unused-binding
{:exclude-destructured-as true}
:unresolved-symbol
{:exclude ['(app.services.mutations/defmutation)
'(app.services.queries/defquery)
]}}}

1
.gitignore vendored
View file

@ -26,6 +26,7 @@ node_modules
/exporter/target
/exporter/.shadow-cljs
/docker/images/bundle
/.clj-kondo/.cache
/bundle*
/media
/deploy