eslint-plugin-hex-under 1.11.2 → 1.11.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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -94,8 +94,11 @@ function add(a, b) {
94
94
  const binary = 0b1111; // 15
95
95
 
96
96
  const octal = 0o377; // 255
97
+ ```
97
98
 
98
99
  Invalid with default limits
100
+
101
+ ```js
99
102
  const signal = 0x21b; // 539
100
103
 
101
104
  const func = () => 0xabc; // 2748
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "author": "0xflotus",
3
3
  "description": "This ESLint rule proves that hex numbers are less than a specified value.",
4
4
  "type": "module",
5
- "version": "1.11.2",
5
+ "version": "1.11.3",
6
6
  "devDependencies": {
7
7
  "@eslint/js": "10.0.1",
8
8
  "@eslint/json": "2.1.0",