Browse Source

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

Fabian Peter Hammerle 3 years ago
commit
4f2aee9094
2 changed files with 10 additions and 0 deletions
  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
+  }
+}