Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Removed commented rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ficristo committed Sep 14, 2015
1 parent 5eeb1cf commit 25cc96d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
16 changes: 0 additions & 16 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,35 +22,20 @@
"no-unused-vars": [0, {"vars": "all", "args": "none"}],
"semi": 2,

// "boss" : false,
// "debug" : false,
// "eqnull" : false,
// "es5" : false,
// "esnext" : false,
// "evil" : false,
// "expr" : false,
// "funcscope" : false,
// "globalstrict" : false,
"no-iterator": 2,
// "lastsemic" : false,
// "laxbreak" : false,
// "laxcomma" : false,
"no-loop-func": 2,
"no-multi-str": 2,
"no-fallthrough": 2,
"no-proto": 2,
// "regexdash" : false,
"no-script-url": 2,
"no-shadow": 0,
"no-shadow-restricted-names": 2,
// "sub" : false,
"no-new-func": 2,
"no-new-wrappers": 2,
"no-new-require": 2,
"new-parens": 2,
"no-new-object": 2,
"no-invalid-this": 0,
// "maxerr" : 100,
indent: [0, 4],

"valid-jsdoc": 0,
Expand All @@ -65,7 +50,6 @@
"brackets": false,
"$": false,
"PathUtils": false,
"window": false,
"navigator": false,
"Mustache": false
}
Expand Down
4 changes: 2 additions & 2 deletions src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"extension_url": "https://s3.amazonaws.com/extend.brackets/{0}/{0}-{1}.zip",
"linting.enabled_by_default": true,
"build_timestamp": "",
"healthDataServerURL" : "https://healthdev.brackets.io/healthDataLog"
"healthDataServerURL": "https://healthdev.brackets.io/healthDataLog"
},
"name": "Brackets",
"version": "1.5.0-0",
Expand All @@ -42,7 +42,7 @@
"grunt-cli": "0.1.9",
"phantomjs": "1.9.18",
"grunt-lib-phantomjs": "0.3.0",
"grunt-eslint": "latest",
"grunt-eslint": "17.1.0",
"grunt-contrib-watch": "0.4.3",
"grunt-contrib-jasmine": "0.4.2",
"grunt-template-jasmine-requirejs": "0.1.0",
Expand Down

0 comments on commit 25cc96d

Please sign in to comment.