@d-kuehn/eslint-config 8.2.2 → 8.2.3

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 +6 -5
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1025,8 +1025,9 @@ var vue = async (options = {}) => {
1025
1025
  "vue/array-bracket-spacing": ["error", "always"],
1026
1026
  "vue/array-element-newline": [
1027
1027
  "error",
1028
+ "consistent",
1028
1029
  {
1029
- consistent: true,
1030
+ minItems: 0,
1030
1031
  multiline: true
1031
1032
  }
1032
1033
  ],
@@ -1076,13 +1077,13 @@ var vue = async (options = {}) => {
1076
1077
  "error",
1077
1078
  {
1078
1079
  arrays: "always",
1079
- enums: "always",
1080
+ // enums: 'always',
1080
1081
  exports: "always",
1081
1082
  functions: "always-multiline",
1082
- generics: "always",
1083
+ // generics: 'always',
1083
1084
  imports: "always",
1084
- objects: "always",
1085
- tuples: "always"
1085
+ objects: "always"
1086
+ // tuples: 'always',
1086
1087
  }
1087
1088
  ],
1088
1089
  "vue/component-api-style": ["error", ["script-setup"]],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d-kuehn/eslint-config",
3
- "version": "8.2.2",
3
+ "version": "8.2.3",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "scripts": {