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

13 lines
203 B
Plaintext

9 years ago
{
"browser": true,
"esnext": true,
"globalstrict": true,
9 years ago
"globals": {
"self": false,
"vAPI": false,
"chrome": false,
"safari": false,
"Components": false // global variable in Firefox
9 years ago
}
}