Browse Source

Ignore annotations in #proselint

Colin Powell 5 years ago
parent
commit
7afbc0ce36
1 changed files with 5 additions and 0 deletions
  1. 5 0
      proselint/.config/proselint/config

+ 5 - 0
proselint/.config/proselint/config

@@ -0,0 +1,5 @@
+{
+    "checks": {
+        "annotations.misc": false
+    }
+}