jshint-mode icon indicating copy to clipboard operation
jshint-mode copied to clipboard

globals is not used from .jshintrc

Open cedricpinson opened this issue 10 years ago • 2 comments

I tried to add the following configuration in my .jshintrc but it does not work. jshint still hightlight with define is not defined

"globals" : { "define" : true,
              "require" : true,
              "ok": true,
              "module": true,
              "expect": true,
              "test": true,
              "equals": true }

Any idea ?

cedricpinson avatar Sep 06 '13 09:09 cedricpinson