@icebreakers/eslint-config 0.3.20 → 0.3.21

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 ice breaker
3
+ Copyright (c) 2024 ice breaker
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/dist/index.cjs CHANGED
@@ -150,7 +150,8 @@ function getPresets(options) {
150
150
  if (enableVue.vueVersion === 2) {
151
151
  Object.assign(presetRules, {
152
152
  "vue/no-v-for-template-key-on-child": "off",
153
- "vue/no-v-for-template-key": "error"
153
+ "vue/no-v-for-template-key": "error",
154
+ "vue/no-deprecated-v-bind-sync": "off"
154
155
  });
155
156
  } else {
156
157
  Object.assign(presetRules, {
package/dist/index.js CHANGED
@@ -126,7 +126,8 @@ function getPresets(options) {
126
126
  if (enableVue.vueVersion === 2) {
127
127
  Object.assign(presetRules, {
128
128
  "vue/no-v-for-template-key-on-child": "off",
129
- "vue/no-v-for-template-key": "error"
129
+ "vue/no-v-for-template-key": "error",
130
+ "vue/no-deprecated-v-bind-sync": "off"
130
131
  });
131
132
  } else {
132
133
  Object.assign(presetRules, {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@icebreakers/eslint-config",
3
3
  "type": "module",
4
- "version": "0.3.20",
4
+ "version": "0.3.21",
5
5
  "description": "icebreakers's eslint config",
6
6
  "author": "SonOfMagic <qq1324318532@gmail.com>",
7
7
  "license": "MIT",