@kong/eslint-config-kong-ui 1.1.1 → 1.1.2
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/configs/index.mjs +4 -0
- package/package.json +2 -2
package/configs/index.mjs
CHANGED
|
@@ -124,6 +124,10 @@ export default [
|
|
|
124
124
|
key: 'data-tracking-id',
|
|
125
125
|
message: 'Using "data-tracking-id" is not allowed. Use "data-testid" instead.',
|
|
126
126
|
},
|
|
127
|
+
{
|
|
128
|
+
key: 'data-allow-mismatch',
|
|
129
|
+
message: 'Using "data-allow-mismatch" to prevent hydration errors is _very_ discouraged. \nPlease attempt to resolve the underlying hydration issue. If you are unable to resolve the issue and must use this attribute, please only disable the error for the impacted line.',
|
|
130
|
+
},
|
|
127
131
|
],
|
|
128
132
|
'vue/no-restricted-v-bind': ['error',
|
|
129
133
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong/eslint-config-kong-ui",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "Sharable ESLint configuration for Kong's frontend repositories",
|
|
5
5
|
"main": "configs/index.mjs",
|
|
6
6
|
"type": "module",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
},
|
|
115
115
|
"volta": {
|
|
116
116
|
"node": "20.13.1",
|
|
117
|
-
"pnpm": "9.1
|
|
117
|
+
"pnpm": "9.12.1"
|
|
118
118
|
},
|
|
119
119
|
"config": {
|
|
120
120
|
"commitizen": {
|