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

14 lines
217 B
Plaintext

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