Skip to content

Commit

Permalink
Remove jshint rules that are no longer supported
Browse files Browse the repository at this point in the history
No Issue
- [email protected].
- remove error about browser global Notification being redefined.
  • Loading branch information
jaswilli committed Jan 23, 2015
1 parent 2c1d662 commit d633ffc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 14 deletions.
4 changes: 0 additions & 4 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"node": true,
"browser": false,
"nomen": false,
"strict": false,
"sub": true,
"eqeqeq": true,
Expand All @@ -19,9 +18,6 @@
"regexp": true,
"undef": true,
"unused": true,
"trailing": true,
"indent": 4,
"onevar": true,
"white": true,
"predef": [ "-Promise" ]
}
7 changes: 2 additions & 5 deletions core/client/.jshintrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"node": false,
"browser": true,
"nomen": false,
"bitwise": true,
"curly": true,
"eqeqeq": true,
Expand All @@ -16,11 +15,8 @@
"regexp": true,
"undef": true,
"unused": true,
"trailing": true,
"indent": 4,
"esnext": true,
"onevar": true,
"white": true,
"quotmark": "single",
"globals": {
"Ember": true,
Expand All @@ -32,5 +28,6 @@
"ic": true,
"NProgress": true,
"moment": true
}
},
"predef": ["-Notification"]
}
4 changes: 0 additions & 4 deletions core/test/.jshintrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"node": true,
"browser": true,
"nomen": false,
"strict": false,
"sub": true,
"eqeqeq": true,
Expand All @@ -19,10 +18,7 @@
"regexp": true,
"undef": true,
"unused": true,
"trailing": true,
"indent": 4,
"onevar": true,
"white": true,
"quotmark": "single",
"predef": [ "-Promise" ]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"grunt-contrib-compress": "~0.11.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-docker": "~0.0.8",
Expand Down

0 comments on commit d633ffc

Please sign in to comment.