Skip to content

Commit

Permalink
Lint and refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
quasoft committed Dec 18, 2016
1 parent d1b82bd commit d89bbee
Show file tree
Hide file tree
Showing 37 changed files with 2,109 additions and 3,926 deletions.
1 change: 1 addition & 0 deletions .jshintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/*
app/browser/bower_components/*
app/browser/node_modules/*
app/browser/js/bundle.js
Expand Down
24 changes: 1 addition & 23 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -1,27 +1,5 @@
{
"asi" : true,
"laxbreak" : true,
"bitwise" : true,
"boss" : false,
"curly" : true,
"eqeqeq" : true,
"eqnull" : false,
"evil" : false,
"expr" : false,
"forin" : false,
"immed" : true,
"indent" : 2,
"latedef" : true,
"loopfunc" : false,
"noarg" : true,
"node" : true,
"regexp" : true,
"regexdash" : false,
"strict" : false,
"scripturl" : true,
"shadow" : false,
"supernew" : false,
"sub" : true,
"undef" : true,
"white" : true
"node" : true
}
Loading

0 comments on commit d89bbee

Please sign in to comment.