mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-21 05:54:19 +08:00
The latest version of `@discourse/lint-configs` (and in turn `eslint-plugin-ember`) ships with eslint rules & configuration which replicate all the functionality which was previously provided by ember-template-lint.
12 lines
290 B
JSON
Vendored
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.0.1",
|
|
"prettier": "3.8.1"
|
|
}
|
|
}
|