You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
glowing-bear/.jshintrc

19 lines
350 B

{
"browser": true,
"esversion": 6,
"node": true,
"devel": true,
"globals": {
"angular": false,
"weeChat": false,
"Notification": false,
"linkifyStr": false,
"renderMathInElement": false,
"describe": false,
"it": false,
"expect": false,
"beforeEach": false,
"escape": true,
"emojione": true
}
}