layui-js/node_modules/liftoff/.jshintrc

12 lines
145 B
Plaintext
Raw Normal View History

2017-08-21 00:50:25 +00:00
{
"undef": true,
"unused": true,
"node": true,
"esnext": true,
"expr": true,
"globals": {
"describe": true,
"it": true
}
}