UNPKG
yoastseo-dep
Version:
latest (1.91.2-A)
1.91.2
1.91.2-A
Yoast clientside page analysis
github.com/Yoast/
Yoast/wordpress-seo
yoastseo-dep
/
src
/
languageProcessing
/
languages
/
tr
/
config
/
sentenceLength.js
8 lines
(7 loc)
•
105 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
export
default
{
recommendedLength:
15
,
percentages:
{
slightlyTooMany:
20
,
farTooMany:
25
, }, }
;