Browse Source

- comments

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

6
.jshintrc

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

Loading…
Cancel
Save