eslint-config-angular-strict 22.2.3 → 22.2.4

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/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -295,6 +295,7 @@ export default [
295
295
  'unicorn/no-this-outside-of-class': 'off',
296
296
  'unicorn/prefer-await': 'off',
297
297
  'unicorn/prefer-includes-over-repeated-comparisons': ['error', { minimumComparisons: 6 }],
298
+ 'unicorn/prefer-number-coercion': 'off', // `Number()` reads a CSS length like `30.8px` as NaN, and Typed OM gives the declared ratio, not the used pixels
298
299
  'unicorn/prefer-split-limit': 'off',
299
300
  'unicorn/prefer-temporal': 'off',
300
301
  'unicorn/prefer-top-level-await': 'off',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-angular-strict",
3
- "version": "22.2.3",
3
+ "version": "22.2.4",
4
4
  "description": "Modern ESLint configuration with strict rules for Angular development.",
5
5
  "keywords": [
6
6
  "angular",