@lincy/eslint-config 3.0.4 → 3.0.5

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/dist/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1192,7 +1192,8 @@ function vue(options = {}) {
1192
1192
  "vue/space-in-parens": ["error", "never"],
1193
1193
  "vue/space-infix-ops": "error",
1194
1194
  "vue/space-unary-ops": ["error", { nonwords: false, words: true }],
1195
- "vue/template-curly-spacing": "error"
1195
+ "vue/template-curly-spacing": "error",
1196
+ "vue/singleline-html-element-content-newline": "off"
1196
1197
  }
1197
1198
  }
1198
1199
  ];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lincy/eslint-config",
3
3
  "type": "module",
4
- "version": "3.0.4",
4
+ "version": "3.0.5",
5
5
  "packageManager": "pnpm@8.7.6",
6
6
  "description": "LinCenYing's ESLint config",
7
7
  "author": "LinCenYing <lincenying@gmail.com> (https://github.com/lincenying/)",