iancmyers / atom-eslint

Lint your JavaScript files in Atom with ESLint
MIT License
8 stars 1 forks source link

Loose dependencies and ESLint update, also configuration file option #8

Closed paazmaya closed 10 years ago

paazmaya commented 10 years ago

Fixes #6 and #7

paazmaya commented 10 years ago

Added option in the settings to change the default .eslintrc file name. Please note that while eslint itself does not require strict json, while JSON.parse does, which is used in this plugin.

paazmaya commented 10 years ago

Ping.