Skip to content

Commit

Permalink
created .jshintrc to get rid of 'xxx is not defined' warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
regular committed Jan 10, 2015
1 parent b181b8c commit 0153fb5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .jshintrc
@@ -0,0 +1,16 @@
{
"globals" : {
"setTimeout": false,
"clearTimeout": false,
"require" : false,
"ArrayBuffer": false,
"Uint8Array": false,
"Int8Array": false,
"Uint16Array": false,
"Int16Array": false,
"Uint32Array": false,
"Int32Array": false,
"Float32Array": false,
"module": false
}
}

0 comments on commit 0153fb5

Please sign in to comment.