0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-06 07:23:30 +08:00
discourse/docs/developer-guides/package.json
David Taylor 41211cd189
DEV: Bump eslint/lint-configs, and correct violations (#41321)
ESlint 10 introduces some new default rules: `no-useless-assignment`,
`preserve-caught-error`, `no-unassigned-vars`
2026-07-01 10:39:57 +01:00

12 lines
290 B
JSON
Vendored

{
"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": "^3.1.2",
"prettier": "3.8.1"
}
}