@discourse/lint-configs 3.0.0 → 3.0.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 +0 -1
  2. package/package.json +1 -1
package/eslint.mjs CHANGED
@@ -268,7 +268,6 @@ export default [
268
268
 
269
269
  // From `ember-template-lint`'s old `stylistic` preset
270
270
  "ember/template-linebreak-style": "error",
271
- "ember/template-no-multiple-empty-lines": "error",
272
271
  "ember/template-no-trailing-spaces": "error",
273
272
  "ember/template-no-unnecessary-concat": "error",
274
273
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@discourse/lint-configs",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "Shareable lint configs for Discourse core, plugins, and themes",
5
5
  "author": "Discourse",
6
6
  "license": "MIT",