pre-commit linting with husky and lint-staged, and spellcheck lint

[skip ci]
This commit is contained in:
2020-02-04 15:34:41 -05:00
parent 76e98ae367
commit 21871f21ec
7 changed files with 1882 additions and 38 deletions
+2 -1
View File
@@ -14,5 +14,6 @@
"no-multiple-blanks": false,
"no-trailing-punctuation": false,
"single-h1": false,
"whitespace": false
"whitespace": false,
"emphasis-style": { "style": "consistent" }
}