Skip to content

Commit 3311a76

Browse files
committed
Update prettier
1 parent a473b45 commit 3311a76

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ $.fn.extend({
143143
}
144144
});
145145
return this;
146-
}
146+
},
147147
});
148148
```
149149

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"gulp-util": "^3.0.7",
3232
"husky": "^0.14.3",
3333
"lint-staged": "^6.0.0",
34-
"prettier": "^1.8.2",
34+
"prettier": "^1.9.1",
3535
"run-sequence": "^2.2.0"
3636
},
3737
"lint-staged": {
@@ -40,7 +40,7 @@
4040
"prettier": {
4141
"bracketSpacing": false,
4242
"printWidth": 120,
43-
"proseWrap": false,
43+
"proseWrap": "never",
4444
"singleQuote": true,
4545
"tabWidth": 2,
4646
"trailingComma": "all"

0 commit comments

Comments
 (0)