aboutsummaryrefslogtreecommitdiffstats
path: root/.clj-kondo
diff options
context:
space:
mode:
Diffstat (limited to '.clj-kondo')
-rw-r--r--.clj-kondo/config.edn3
1 files changed, 3 insertions, 0 deletions
diff --git a/.clj-kondo/config.edn b/.clj-kondo/config.edn
new file mode 100644
index 0000000..0974916
--- /dev/null
+++ b/.clj-kondo/config.edn
@@ -0,0 +1,3 @@
+{:linters
+ {:refer-all
+ {:level :off}}}