Move prettier config for markdown to config
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"format": "prettier --write --loglevel warn \"./src/**/*.ts\"",
|
||||
"format-text": "prettier --write --prose-wrap always --print-width 80 \"./*.md\"",
|
||||
"format-text": "prettier --write \"./*.md\"",
|
||||
"lint": "eslint --max-warnings 0 \"**/*.{js,ts}\"",
|
||||
"lint-fix": "eslint --max-warnings 0 \"**/*.{js,ts}\" --fix",
|
||||
"prebuild": "shx rm -rf ./build",
|
||||
|
||||
Reference in New Issue
Block a user