Lint JavaScript files from within Roger. This plugin uses eslint. If present, .eslintrc in your project will be used. If not, eslint will walk the directory tree upwards until a .eslintrc file is found.
-
Install eslint using npm:
npm install eslint -g -
Add
gem 'roger_eslint'to your Gemfile -
Add this to your Mockupfile:
mockup.test do |t|
t.use :eslint
end
- (Optional) put a .eslintrc in your project's root directory.
Execute roger test eslint.
This project is released under the MIT license.