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

Commit 25cc96d

Browse files
committed
Removed commented rules
1 parent 5eeb1cf commit 25cc96d

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

.eslintrc

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,35 +22,20 @@
2222
"no-unused-vars": [0, {"vars": "all", "args": "none"}],
2323
"semi": 2,
2424

25-
// "boss" : false,
26-
// "debug" : false,
27-
// "eqnull" : false,
28-
// "es5" : false,
29-
// "esnext" : false,
30-
// "evil" : false,
31-
// "expr" : false,
32-
// "funcscope" : false,
33-
// "globalstrict" : false,
3425
"no-iterator": 2,
35-
// "lastsemic" : false,
36-
// "laxbreak" : false,
37-
// "laxcomma" : false,
3826
"no-loop-func": 2,
3927
"no-multi-str": 2,
4028
"no-fallthrough": 2,
4129
"no-proto": 2,
42-
// "regexdash" : false,
4330
"no-script-url": 2,
4431
"no-shadow": 0,
4532
"no-shadow-restricted-names": 2,
46-
// "sub" : false,
4733
"no-new-func": 2,
4834
"no-new-wrappers": 2,
4935
"no-new-require": 2,
5036
"new-parens": 2,
5137
"no-new-object": 2,
5238
"no-invalid-this": 0,
53-
// "maxerr" : 100,
5439
indent: [0, 4],
5540

5641
"valid-jsdoc": 0,
@@ -65,7 +50,6 @@
6550
"brackets": false,
6651
"$": false,
6752
"PathUtils": false,
68-
"window": false,
6953
"navigator": false,
7054
"Mustache": false
7155
}

src/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"extension_url": "https://s3.amazonaws.com/extend.brackets/{0}/{0}-{1}.zip",
2121
"linting.enabled_by_default": true,
2222
"build_timestamp": "",
23-
"healthDataServerURL" : "https://healthdev.brackets.io/healthDataLog"
23+
"healthDataServerURL": "https://healthdev.brackets.io/healthDataLog"
2424
},
2525
"name": "Brackets",
2626
"version": "1.5.0-0",
@@ -42,7 +42,7 @@
4242
"grunt-cli": "0.1.9",
4343
"phantomjs": "1.9.18",
4444
"grunt-lib-phantomjs": "0.3.0",
45-
"grunt-eslint": "latest",
45+
"grunt-eslint": "17.1.0",
4646
"grunt-contrib-watch": "0.4.3",
4747
"grunt-contrib-jasmine": "0.4.2",
4848
"grunt-template-jasmine-requirejs": "0.1.0",

0 commit comments

Comments
 (0)