Skip to content

Commit e03d3aa

Browse files
committed
Update wp-scripts, change prettier configuration (reformat code)
1 parent eba1940 commit e03d3aa

18 files changed

+1547
-1271
lines changed

.prettierrc.js

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
const config = {
2+
...require( '@wordpress/prettier-config' ),
3+
useTabs: false,
4+
tabWidth: 2
5+
};
6+
7+
module.exports = config;

0 commit comments

Comments
 (0)