linter-gjslint

This linter plugin for Linter provides an interface to gjslint. It will be used with files that have the “JavaScript” syntax.

Installation

Linter package must be installed in order to use this plugin. If Linter is not installed, please follow the instructions here.

gjslint installation

Before using this plugin, you must ensure that gjslint is installed on your system. To install gjslint, read this.

Plugin installation

$ apm install linter-gjslint

Settings

You can configure linter-gjslint by editing ~/.atom/config.cson (choose Open Your Config in Atom menu):

'linter-gjslint':
  'gjslintExecutablePath': '' #gjslint path. run 'which gjslint' to find the path
  'gjslintIgnoreList:' [] #gjslint ignore codes from http://goo.gl/OhYHYl

Contributing

If you would like to contribute enhancements or fixes, please do the following:

  1. Fork the plugin repository.
  2. Hack on a separate topic branch created from the latest master.
  3. Commit and push the topic branch.
  4. Make a pull request.
  5. welcome to the club

Please note that modifications should follow these coding guidelines:

  • Indent is 2 spaces.
  • Code should pass coffeelint linter.
  • Vertical whitespace helps readability, don’t be afraid to use it.

Thank you for helping out!

Changelog

See all notable changes in here.

Donation

Share the love!