ricardofbarros / linter-js-standard

Atom linter plugin for JavaScript, using JavaScript Standard Style
https://atom.io/packages/linter-js-standard
MIT License
99 stars 48 forks source link

Recognize mocha keywords #41

Closed rgbkrk closed 9 years ago

rgbkrk commented 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.

rgbkrk commented 9 years ago

Now I realize that's an issue with standard itself. Closing, sorry for the noise!