* refactored Storybook UI * refactored Storybook UI * removed extra cards from the doc, added card for ui components * added hover behavior to doc page & made it look selected * separate storybook docs and tests * separating storybook tests and docs * fixed spelling errors in docs * Final round of edits for frontend, added backend folder architecture * Created CODE_OF_CONDUCT.md * Add code of conduct to contributing.md * doc changes * fixed broken links * doc addition and changes * introduce user guide & graphql api * set up vale, added to docs * vale config file * revised backend best practices * connecting zapier and twenty * added warning for zapier
9 lines
280 B
YAML
9 lines
280 B
YAML
extends: metric
|
|
message: "Try to keep the Flesch-Kincaid grade level (%s) below 8."
|
|
link: https://en.wikipedia.org/wiki/Flesch%E2%80%93Kincaid_readability_tests
|
|
|
|
formula: |
|
|
(0.39 * (words / sentences)) + (11.8 * (syllables / words)) - 15.59
|
|
|
|
condition: "> 8"
|
|
level: suggestion |