Skip to content

Commit

Permalink
update dot files to be less opinionated
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Askew committed Mar 4, 2014
1 parent 6da8907 commit 5efa2fb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 23 deletions.
16 changes: 0 additions & 16 deletions .editorconfig

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
node_modules
bower_components
dist
.sass-cache
src/fabricator/css
Expand Down
8 changes: 2 additions & 6 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,24 @@
"bitwise" : true,
"curly" : true,
"eqeqeq" : true,
"expr" : true,
"expr" : true,
"forin" : true,
"immed" : true,
"indent" : 4,
"noarg" : true,
"noempty" : true,
"nonew" : true,
"quotmark" : "double",
"undef" : true,
"strict" : true,
"trailing" : true,
"debug" : true,
"browser" : true,
"devel" : true,
"jquery" : true,
"boss" : true,
"boss" : true,
"node" : true,
"rhino" : true,
"worker" : true,
"predef" : [
"define",
"_",
"Prism"
]
}

0 comments on commit 5efa2fb

Please sign in to comment.