jshintrc: add jshintrc
Relax checking on some globals
This commit is contained in:
parent
852c9ad4fb
commit
9a9617565d
1 changed files with 9 additions and 0 deletions
9
.jshintrc
Normal file
9
.jshintrc
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"globalstrict": true,
|
||||
"globals": {
|
||||
"angular": false,
|
||||
"$": false,
|
||||
"window": false,
|
||||
"console": false
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue