Quellcode durchsuchen

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

Fabian Peter Hammerle vor 4 Jahren
Commit
4f2aee9094
2 geänderte Dateien mit 10 neuen und 0 gelöschten Zeilen
  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
+  }
+}