eslint-plugin-hex-under 1.7.5 → 1.7.6

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 +5 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,6 +15,7 @@ This ESLint plugin ensures that numeric literals written in non-decimal formats
15
15
  ## When should I use this?
16
16
 
17
17
  Use this plugin if:
18
+
18
19
  - You care about code readability
19
20
  - Your team avoids "magic numbers"
20
21
  - You review low-level or bitwise-heavy code
@@ -127,10 +128,10 @@ export default [
127
128
 
128
129
  ## Configuration
129
130
 
130
- Option | Type | Default | Description
131
- -------------|---------|-------------------|--------------------------------
132
- `limit` | number | format-specific | Maximum allowed value
133
- `skipBigInt` | boolean | false | Ignore BigInt values
131
+ | Option | Type | Default | Description |
132
+ | ------------ | ------- | --------------- | --------------------- |
133
+ | `limit` | number | format-specific | Maximum allowed value |
134
+ | `skipBigInt` | boolean | false | Ignore BigInt values |
134
135
 
135
136
  ## Testing & Code Coverage
136
137
 
package/package.json CHANGED
@@ -43,5 +43,5 @@
43
43
  "test:watch": "vitest"
44
44
  },
45
45
  "type": "module",
46
- "version": "1.7.5"
46
+ "version": "1.7.6"
47
47
  }