@discourse/lint-configs 2.39.0 → 2.39.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/eslint.mjs +2 -0
  2. package/package.json +1 -1
package/eslint.mjs CHANGED
@@ -209,6 +209,8 @@ export default [
209
209
  "ember/no-unnecessary-index-route": "off", // the assumption made in this rule doesn't seem to be true in discourse router
210
210
  "ember/no-unnecessary-service-injection-argument": "error",
211
211
  "ember/no-replace-test-comments": "error",
212
+ "ember/route-path-style": "error",
213
+ "qunit/no-loose-assertions": "error",
212
214
  "qunit/no-identical-names": "off", // the rule doesn't consider that tests might be in different `acceptance` modules
213
215
  "sort-class-members/sort-class-members": [
214
216
  "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@discourse/lint-configs",
3
- "version": "2.39.0",
3
+ "version": "2.39.1",
4
4
  "description": "Shareable lint configs for Discourse core, plugins, and themes",
5
5
  "author": "Discourse",
6
6
  "license": "MIT",