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