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:
parent
7f1a436f30
commit
8bc37416a0
2 changed files with 12 additions and 0 deletions
11
.clj-kondo/config.edn
Normal file
11
.clj-kondo/config.edn
Normal 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
1
.gitignore
vendored
|
@ -26,6 +26,7 @@ node_modules
|
|||
/exporter/target
|
||||
/exporter/.shadow-cljs
|
||||
/docker/images/bundle
|
||||
/.clj-kondo/.cache
|
||||
/bundle*
|
||||
/media
|
||||
/deploy
|
||||
|
|
Loading…
Reference in a new issue