Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Lint JavaScript files within Roger

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages