@af-mobile/eslint-plugin 2.0.0 → 2.0.1

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/index.js CHANGED
@@ -23,7 +23,7 @@ import wcBlockStates from './rules/wc-block-states.js';
23
23
  import wcBlockVariantEnum from './rules/wc-block-variant-enum.js';
24
24
 
25
25
  const plugin = {
26
- meta: { name: 'eslint-plugin-aiflow', version: '2.0.0' },
26
+ meta: { name: 'eslint-plugin-aiflow', version: '2.0.1' },
27
27
  rules: {
28
28
  // L1(2 条,全部 error;tokens-css-locked 由 CODEOWNERS + 分支保护,非 ESLint 规则)
29
29
  'no-token-modification': noTokenModification,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@af-mobile/eslint-plugin",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "AIFlow UI ESLint plugin — 27 rules (L1/L2/L3/L3.5) enforcing design-system + Web Component constraints",
5
5
  "type": "module",
6
6
  "main": "./index.js",
@@ -44,6 +44,7 @@
44
44
  "notice-scroll",
45
45
  "notice-text",
46
46
  "page",
47
+ "page-col",
47
48
  "price",
48
49
  "price-del",
49
50
  "progress",
@@ -58,6 +59,7 @@
58
59
  "rate-readonly",
59
60
  "rate-sm",
60
61
  "rate-star",
62
+ "scroll-y",
61
63
  "search-bar-clear",
62
64
  "search-bar-icon",
63
65
  "search-bar-wrap",