passman/.jshintrc

10 lines
226 B
Plaintext
Raw Normal View History

2016-10-08 01:56:29 +08:00
{
"maxerr" : 50,
"jquery" : true, // jQuery
"globals" : {
"angular": true,
"PassmanImporter": true,
"OC": true,
"window": true
} // additional predefined global variables
}