Skip to content

Commit

Permalink
Merge branch 'oja-eslint-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverJAsh committed Sep 29, 2015
2 parents 7e86458 + 88447a3 commit a6f7999
Show file tree
Hide file tree
Showing 3 changed files with 1,907 additions and 1,942 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"extends": "eslint:recommended",
"env": {
"node": true
},
"rules": {
"semi": 2,
"quotes": [2, "single"],
"no-undef": 2,
"no-caller": 2,
"no-use-before-define": [2, "nofunc"],
"no-multi-spaces": 0,
"no-underscore-dangle": 0,
Expand Down
Loading

0 comments on commit a6f7999

Please sign in to comment.