chore: rename lint script to format, tell prettier to ignore markdown files
				
					
				
			This commit is contained in:
		| @@ -12,3 +12,6 @@ deps | ||||
| apps/ssb/tribute.esm.js | ||||
| apps/api/app.js | ||||
| **/emojis.json | ||||
|  | ||||
| # only markdownlint should deal with the documentation | ||||
| docs/**/*.md | ||||
|   | ||||
| @@ -1,8 +1,8 @@ | ||||
| { | ||||
| 	"name": "tildefriends", | ||||
| 	"scripts": { | ||||
| 		"lint": "npm run prettier && npm run markdown", | ||||
| 		"prettier": "prettier --cache --write --check .", | ||||
| 		"format": "npm run prettier && npm run markdown", | ||||
| 		"prettier": "npx prettier --cache --write --check .", | ||||
| 		"markdown": "npx markdownlint-cli 'docs/**/*.md' -f" | ||||
| 	}, | ||||
| 	"author": "Cory McWilliams", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user