UNPKG
cefr-analyzer
Version:
latest (0.1.1)
0.1.1
0.1.0
分析英文文本中各CEFR级别(A1-C2)单词的数量
cefr-analyzer
/
.prettierrc
11 lines
•
198 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"semi"
:
true
,
"singleQuote"
:
true
,
"trailingComma"
:
"es5"
,
"printWidth"
:
100
,
"tabWidth"
:
2
,
"useTabs"
:
false
,
"bracketSpacing"
:
true
,
"arrowParens"
:
"avoid"
,
"endOfLine"
:
"lf"
}