Add .jshintrc

* Add .jshintrc file to ignore mediaWiki in .js file.

Change-Id: I80856d763de46eeb25267b9ccc08936022aded83
This commit is contained in:
paladox 2015-05-25 22:25:40 +02:00
parent 0b44641341
commit 1b18e91eaf

7
.jshintrc Normal file
View file

@ -0,0 +1,7 @@
{
"globals": {
"mediaWiki": true,
"jQuery": true
}
}