forked from sneak/prompts
Add .gitignore, LICENSE (MIT), Makefile, Dockerfile, .dockerignore, and pin prettier via yarn lockfile for integrity-checked markdown formatting. Update REPO_POLICIES.md self-reference to point to this repo. Format markdown files with prettier.
6 lines
55 B
JSON
6 lines
55 B
JSON
{
|
|
"devDependencies": {
|
|
"prettier": "3.8.1"
|
|
}
|
|
}
|