Pārlūkot izejas kodu

attempt to disable `typography.symbols.multiplication_symbol` check (ineffective on ubuntu's python3-proselint=0.10.2-1)

Fabian Peter Hammerle 4 gadi atpakaļ
revīzija
4f2aee9094
2 mainītis faili ar 10 papildinājumiem un 0 dzēšanām
  1. 5 0
      README.md
  2. 5 0
      config

+ 5 - 0
README.md

@@ -0,0 +1,5 @@
+# proselint config
+
+## typography.symbols.multiplication_symbol
+
+https://github.com/amperser/proselint/issues/708

+ 5 - 0
config

@@ -0,0 +1,5 @@
+{
+  "checks": {
+    "typography.symbols.multiplication_symbol": false
+  }
+}