UNPKG
jszhuyin
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
Smart Chinese Zhuyin Input Method in JavaScript.
github.com/timdream/jszhuyin
timdream/jszhuyin
jszhuyin
/
test
/
unit
/
.jshintrc
20 lines
(19 loc)
•
252 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"extends"
:
"../../.jshintrc"
,
"predef"
:
[
"suite"
,
"test"
,
"setup"
,
"teardown"
,
"suiteSetup"
,
"suiteTeardown"
,
"sinon"
,
"ok"
,
"equal"
,
"module"
,
"deepEqual"
,
"expect"
,
"stop"
,
"start"
]
}