lint-rules-alvin 1.1.1 → 1.1.2

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.
@@ -470,7 +470,7 @@ export const typescript = {
470
470
  '@typescript-eslint/strict-boolean-expressions': [
471
471
  'error',
472
472
  {
473
- allowAny: false,
473
+ allowAny: true,
474
474
  allowNullableBoolean: false,
475
475
  allowNullableEnum: false,
476
476
  allowNullableNumber: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lint-rules-alvin",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "My own personal linting ruleset for a bunch of different plugins. Includes a few custom rules. Used in a few of my repos.",
5
5
  "keywords": [
6
6
  "eslint"