v2 done: fixed mobile and responsive issues.
This commit is contained in:
parent
719e74d14b
commit
6352db73c9
93 changed files with 3951 additions and 66 deletions
8
.vale/Readability/ColemanLiau.yml
Executable file
8
.vale/Readability/ColemanLiau.yml
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
extends: metric
|
||||
message: "Try to keep the Coleman–Liau Index grade (%s) below 9."
|
||||
link: https://en.wikipedia.org/wiki/Coleman%E2%80%93Liau_index
|
||||
|
||||
formula: |
|
||||
(0.0588 * (characters / words) * 100) - (0.296 * (sentences / words) * 100) - 15.8
|
||||
|
||||
condition: "> 9"
|
||||
Loading…
Add table
Add a link
Reference in a new issue