Skip to content

Commit

Permalink
chore(project): match .jshintrc to upgraded jshint 2.10.2 spec
Browse files Browse the repository at this point in the history
  • Loading branch information
cueedee committed Jun 6, 2019
1 parent cd727cf commit 7abf3ac
Show file tree
Hide file tree
Showing 2 changed files with 406 additions and 295 deletions.
3 changes: 3 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
, "immed": true // *** Deprecation warning; about coding style, not correctness.
, "indent": 4 // *** Deprecation warning; about coding style, not correctnees.
, "latedef": "nofunc"// Because you want to declare functions after they are used.
, "leanswitch": true

// "max..." // `max*` options have their own section, see below.

Expand All @@ -42,12 +43,14 @@
, "noempty": false // Because you do use empty blocks. *** Deprecation warning; about coding style, not correctnees.
, "nonbsp": true
, "nonew": true
, "noreturnawait": true

, "plusplus": false // Because++. The documentation list this with the "relaxing" options, but is more appropriately put here.

// "predef" // They have their own section, see below.

, "quotmark": "single"// Because single quotes are easier; on the eye; to type. *** Deprecation warning; about coding style, not correctnees.
, "regexpu": true

// "shadow" // Is more appropriately listed with the "relaxing" options.

Expand Down
Loading

0 comments on commit 7abf3ac

Please sign in to comment.