@discourse/lint-configs 1.4.0 → 1.4.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/eslintrc.cjs +1 -0
  2. package/package.json +1 -1
package/eslintrc.cjs CHANGED
@@ -163,6 +163,7 @@ module.exports = {
163
163
  "ember/route-path-style": "off",
164
164
  "ember/routes-segments-snake-case": "off",
165
165
  "ember/no-replace-test-comments": "error",
166
+ "ember/template-no-let-reference": "off", // we have valid cases of using let variables in templates
166
167
 
167
168
  "qunit/no-assert-equal-boolean": "off",
168
169
  "qunit/no-assert-equal": "off",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@discourse/lint-configs",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Shareable lint configs for Discourse core, plugins, and themes",
5
5
  "author": "Discourse",
6
6
  "license": "MIT",