0.0
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Lint JavaScript files from within Roger, using jshint. Will use .jshintrc.
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

>= 0.13.0, ~> 1.1
 Project Readme

Roger JSHint

Build Status

Lint JavaScript files from within Roger. This plugin uses jshint. If present, .jshintrc in your project will be used. If not, jshint will walk the directory tree upwards until a .jshintrc file is found. As a last resort, jshint's default configuration is used.

Installation

  • Install jshint using npm: npm install jshint -g

  • Add gem 'roger_jshint' to your Gemfile

  • Add this to your Mockupfile:

mockup.test do |t|
  t.use :jshint
end
  • (Optional) put a .jshintrc in your project's root directory.

Running

Execute roger test jshint.

License

This project is released under the MIT license.