ilyavolodin / eslint-plugin-backbone

Backbone specific linting rules for ESLint
MIT License
95 stars 11 forks source link

"Error: Environment must not be an array" when using recommended config #61

Closed Tol1 closed 8 years ago

Tol1 commented 8 years ago

https://github.com/ilyavolodin/eslint-plugin-backbone/blob/master/index.js#L26 should be in form env: { browser: true }

ilyavolodin commented 8 years ago

Oh, that was totally my fault! Thanks for catching that.