Skip to content

Commit

Permalink
Update prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
lipis committed Dec 10, 2017
1 parent a473b45 commit 3311a76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ $.fn.extend({
}
});
return this;
}
},
});
```

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"gulp-util": "^3.0.7",
"husky": "^0.14.3",
"lint-staged": "^6.0.0",
"prettier": "^1.8.2",
"prettier": "^1.9.1",
"run-sequence": "^2.2.0"
},
"lint-staged": {
Expand All @@ -40,7 +40,7 @@
"prettier": {
"bracketSpacing": false,
"printWidth": 120,
"proseWrap": false,
"proseWrap": "never",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all"
Expand Down

0 comments on commit 3311a76

Please sign in to comment.