passman/.jshintrc

12 строки
250 B
Plaintext

{
"maxerr" : 50,
"jquery" : true, // jQuery
"esversion" : 8,
"globals" : {
"angular": true,
"PassmanImporter": true,
"OC": true,
"window": true
} // additional predefined global variables
}