0.0
No commit activity in last 3 years
No release in over 3 years
Lint JavaScript files from within Roger, using eslint. Will use .eslintrc.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.1.0
>= 0
~> 0

Runtime

>= 1.0.0, ~> 1.5
 Project Readme

Roger ESLint

Build Status

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.

Installation

  • 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.

Running

Execute roger test eslint.

License

This project is released under the MIT license.