canicode 0.3.2 → 0.3.3

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.
@@ -37,7 +37,7 @@ canicode analyze <url> --config ./my-config.json
37
37
  |-------|------|---------|-------------|
38
38
  | `excludeNodeTypes` | `string[]` | `[]` | Figma node types to skip entirely (node + children) |
39
39
  | `excludeNodeNames` | `string[]` | `[]` | Name patterns to skip (case-insensitive word match) |
40
- | `gridBase` | `number` | `8` | Spacing grid unit for `inconsistent-spacing` and `magic-number-spacing` |
40
+ | `gridBase` | `number` | `4` | Spacing grid unit for `inconsistent-spacing` and `magic-number-spacing` |
41
41
  | `colorTolerance` | `number` | `10` | Color difference tolerance for `multiple-fill-colors` |
42
42
  | `rules` | `object` | — | Per-rule overrides (see below) |
43
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canicode",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "CLI tool that analyzes Figma design structures for development-friendliness and AI-friendliness scores",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",