Skip to content
This repository was archived by the owner on Mar 26, 2018. It is now read-only.

Conversation

@huerlisi
Copy link
Contributor

According to JSHint documentation they are limiting their scope to
issues of code correctness, and are deprecating some style rules.

The list of options that are deprecated but used in our .jshintrc
are

  • camelcase
  • immed
  • newcap
  • quotemark

This patch drops these options from the .jshintrc templates and also
the actual .jshintrc used by this project itself.

JSHint points to the JSCS — JavaScript Code Style project for future
style checking.

See http://jshint.com/docs/options for a list of all options of
JSHint including deprecation warnings.

According to JSHint documentation they are limiting their scope to
issues of code correctness, and are deprecating some style rules.

The list of options that are deprecated but used in our .jshintrc
are

* camelcase
* immed
* newcap
* quotemark

This patch drops these options from the .jshintrc templates and also
the actual .jshintrc used by this project itself.

JSHint points to the JSCS — JavaScript Code Style project for future
style checking.

See http://jshint.com/docs/options for a list of all options of
JSHint including deprecation warnings.
sindresorhus added a commit that referenced this pull request May 13, 2015
chore(jshint): drop deprecated jshint options
@sindresorhus sindresorhus merged commit 3449274 into yeoman:master May 13, 2015
roaks3 added a commit to roaks3/generator-angular that referenced this pull request Jul 19, 2015
Added jscs to replace styling rules deprecated by jshint. Details
can be found here regarding the rules that were previously used
by this generator: yeoman#1086

Jscs rule descriptions can be found here: http://jscs.info/rules.html

Closes yeoman#1109
@roaks3 roaks3 mentioned this pull request Jul 19, 2015
roaks3 added a commit to roaks3/generator-angular that referenced this pull request Jul 23, 2015
Added jscs to replace styling rules deprecated by jshint. Details
can be found here regarding the rules that were previously used
by this generator: yeoman#1086

Jscs rule descriptions can be found here: http://jscs.info/rules.html

Closes yeoman#1109
roaks3 added a commit to roaks3/generator-angular that referenced this pull request Jul 23, 2015
Added jscs to replace styling rules deprecated by jshint. Details
can be found here regarding the rules that were previously used
by this generator: yeoman#1086

Jscs rule descriptions can be found here: http://jscs.info/rules.html

Closes yeoman#1109
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants