We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a473b45 commit 3311a76Copy full SHA for 3311a76
2 files changed
README.md
@@ -143,7 +143,7 @@ $.fn.extend({
143
}
144
});
145
return this;
146
- }
+ },
147
148
```
149
package.json
@@ -31,7 +31,7 @@
31
"gulp-util": "^3.0.7",
32
"husky": "^0.14.3",
33
"lint-staged": "^6.0.0",
34
- "prettier": "^1.8.2",
+ "prettier": "^1.9.1",
35
"run-sequence": "^2.2.0"
36
},
37
"lint-staged": {
@@ -40,7 +40,7 @@
40
"prettier": {
41
"bracketSpacing": false,
42
"printWidth": 120,
43
- "proseWrap": false,
+ "proseWrap": "never",
44
"singleQuote": true,
45
"tabWidth": 2,
46
"trailingComma": "all"
0 commit comments