eslint-config-angular-strict 2.2.43 → 2.2.45

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 +2 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -125,8 +125,10 @@ export default [
125
125
  '@typescript-eslint/unbound-method': ['error', { ignoreStatic: true }],
126
126
 
127
127
  // Unicorn rules
128
+ 'unicorn/new-for-builtins': 'off',
128
129
  'unicorn/no-abusive-eslint-disable': 'off',
129
130
  'unicorn/no-array-for-each': 'off',
131
+ 'unicorn/no-null': 'off',
130
132
  'unicorn/no-useless-promise-resolve-reject': 'off',
131
133
  'unicorn/switch-case-braces': 'off',
132
134
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-angular-strict",
3
- "version": "2.2.43",
3
+ "version": "2.2.45",
4
4
  "description": "Modern ESLint configuration with strict rules for Angular development.",
5
5
  "keywords": [
6
6
  "angular",