Update jsl to not warn about module in Gruntfile

Gruntfile uses module keyword which is not known by our JSLint.
Adding it into known keywords fix the warning.

Related: https://pagure.io/freeipa/issue/7278
Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
Pavel Vomacka 2017-11-23 13:47:32 +01:00 committed by Christian Heimes
parent c48ac2819b
commit c50092c3b5

View File

@ -120,6 +120,7 @@
+define jQuery
+define define
+define require
+define module #used in Gruntfile
+define ipa_loader
### Files
@ -140,4 +141,4 @@
+process src/freeipa/plugins/*.js
+process src/freeipa/widgets/*.js
+process src/*.js
+process ./*.js
+process ./*.js