Browse Source

- comments

drop-text
RubaXa 10 years ago
parent
commit
2843550ac8
  1. 6
      .jshintrc

6
.jshintrc

@ -1,9 +1,9 @@
{
"strict": true,
"newcap": false, // "Tolerate uncapitalized constructors"
"newcap": false,
"node": true,
"expr": true, // - true && call() "Expected an assignment or function call and instead saw an expression."
"supernew": true, // - "Missing '()' invoking a constructor."
"expr": true,
"supernew": true,
"laxbreak": true,
"white": true,
"globals": {

Loading…
Cancel
Save