@ai-i18n/eslint-plugin 1.0.0-alpha.27 → 1.0.0-alpha.28
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/README.md +2 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -417,6 +417,5 @@ export default [
|
|
|
417
417
|
|
|
418
418
|
插件不会自动修改宿主 ESLint 配置。
|
|
419
419
|
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
检测。
|
|
420
|
+
诊断默认按当前 Node locale 选择语言:中文 locale 使用中文,其他 locale 回退英文。设置
|
|
421
|
+
`AI_I18N_DIAGNOSTIC_LOCALE=zh-CN` 或 `en-US` 可以固定语言,`auto` 恢复自动检测。
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ai-i18n/eslint-plugin",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.28",
|
|
4
4
|
"description": "ESLint rules for ai-i18n static extraction and reactive runtime usage.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai-i18n",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"get-tsconfig": "^4.14.1",
|
|
41
41
|
"parse5": "8.0.1",
|
|
42
42
|
"picomatch": "^4.0.5",
|
|
43
|
-
"@ai-i18n/analyzer": "1.0.0-alpha.
|
|
43
|
+
"@ai-i18n/analyzer": "1.0.0-alpha.25"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"@vue/compiler-sfc": ">=3.2.0",
|