Closed rgbkrk closed 9 years ago
In test files for mocha, describe, before, it, beforeEach and a slew of others are all defined globally by default. linter-jshint recognizes these.
describe
before
it
beforeEach
linter-jshint
Now I realize that's an issue with standard itself. Closing, sorry for the noise!
standard
In test files for mocha,
describe
,before
,it
,beforeEach
and a slew of others are all defined globally by default.linter-jshint
recognizes these.