mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-04-30 23:05:35 +08:00
12 lines
291 B
JSON
12 lines
291 B
JSON
{
|
|
"name": "discourse-developer-docs",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "prettier --check '**/*.{md,json,mjs,yml}'",
|
|
"lint:fix": "prettier --write '**/*.{md,json,mjs,yml}'"
|
|
},
|
|
"devDependencies": {
|
|
"@discourse/lint-configs": "^2.43.0",
|
|
"prettier": "3.8.1"
|
|
}
|
|
}
|