Convert wishlist to markdown
This commit is contained in:
@@ -24,7 +24,8 @@
|
||||
"build": "webpack --config webpack.config.js --progress",
|
||||
"build-prod": "webpack --config webpack.config.js --env.production",
|
||||
"format-js": "prettier --single-quote --trailing-comma es5 --write \"./source/_assets/**/*.js\"",
|
||||
"format-style": "prettier --single-quote --write \"source/_assets/**/*.scss\""
|
||||
"format-style": "prettier --single-quote --write \"source/_assets/**/*.scss\"",
|
||||
"format-md": "prettier --write \"source/**/*.md\""
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user