Files
discourse-rewind/package.json
T
Jarek Radosz 65d6af67f3 DEV: Use @discourse/lint-configs (#35)
(and update ruby linting setup)
2023-10-24 21:07:34 +02:00

14 lines
286 B
JSON

{
"name": "discourse-plugin-name",
"version": "0.0.1",
"repository": "TODO",
"author": "Discourse",
"license": "MIT",
"devDependencies": {
"@discourse/lint-configs": "^1.0.0",
"ember-template-lint": "^5.11.2",
"eslint": "^8.52.0",
"prettier": "^2.8.8"
}
}