@ai-i18n/eslint-plugin 1.0.0-alpha.4 → 1.0.0-alpha.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/README.md +2 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,7 +8,7 @@ alpha 阶段请安装 `@ai-i18n/eslint-plugin@alpha`;peer 支持 ESLint 9 和
8
8
 
9
9
  ## 按模式配置
10
10
 
11
- 显式 import 的 Vanilla 项目可以使用 `recommended`。启用 ai-i18n 按需导入时,选择与
11
+ 显式 import 的 Vanilla 项目可以使用 `recommended`。启用 ai-i18n 自动导入时,选择与
12
12
  Vite `framework` 一致的 preset;它会声明对应只读全局,并启用静态参数报错与候选数量
13
13
  警告:
14
14
 
@@ -21,8 +21,7 @@ export default [
21
21
  ```
22
22
 
23
23
  这些 preset 只负责 ai-i18n 的 `t`/`useI18n`,并在所有模式下声明只读的
24
- `defineI18nMessages` 编译宏。宿主 Auto Import 插件管理的其他 API 仍由它自己的 ESLint
25
- 集成负责。
24
+ `defineI18nMessages` 编译宏。
26
25
 
27
26
  ## Vue SFC
28
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-i18n/eslint-plugin",
3
- "version": "1.0.0-alpha.4",
3
+ "version": "1.0.0-alpha.5",
4
4
  "description": "ESLint static-argument checks aligned with ai-i18n extraction semantics.",
5
5
  "keywords": [
6
6
  "eslint",