@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.
- package/eslint.mjs +2 -0
- 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",
|