@taiga-ui/eslint-plugin-experience-next 0.302.0 → 0.303.0

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.esm.js +3 -0
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -1113,6 +1113,7 @@ var recommended = tseslint.config(progress.configs['recommended-ci'], require$1(
1113
1113
  '@typescript-eslint/no-mixed-enums': 'off',
1114
1114
  '@typescript-eslint/no-redundant-type-constituents': 'off',
1115
1115
  '@typescript-eslint/no-unnecessary-boolean-literal-compare': 'off',
1116
+ '@typescript-eslint/no-unnecessary-condition': 'off',
1116
1117
  '@typescript-eslint/no-unnecessary-qualifier': 'off',
1117
1118
  '@typescript-eslint/no-unnecessary-template-expression': 'off',
1118
1119
  '@typescript-eslint/no-unnecessary-type-arguments': 'off',
@@ -1130,6 +1131,7 @@ var recommended = tseslint.config(progress.configs['recommended-ci'], require$1(
1130
1131
  '@typescript-eslint/prefer-destructuring': 'off',
1131
1132
  '@typescript-eslint/prefer-find': 'off',
1132
1133
  '@typescript-eslint/prefer-includes': 'off',
1134
+ '@typescript-eslint/prefer-optional-chain': 'off',
1133
1135
  '@typescript-eslint/prefer-promise-reject-errors': 'off',
1134
1136
  '@typescript-eslint/prefer-readonly': 'off',
1135
1137
  '@typescript-eslint/prefer-reduce-type-parameter': 'off',
@@ -1143,6 +1145,7 @@ var recommended = tseslint.config(progress.configs['recommended-ci'], require$1(
1143
1145
  '@typescript-eslint/restrict-plus-operands': 'off',
1144
1146
  '@typescript-eslint/restrict-template-expressions': 'off',
1145
1147
  '@typescript-eslint/return-await': 'off',
1148
+ '@typescript-eslint/strict-boolean-expressions': 'off',
1146
1149
  '@typescript-eslint/switch-exhaustiveness-check': 'off',
1147
1150
  '@typescript-eslint/unbound-method': 'off',
1148
1151
  '@typescript-eslint/use-unknown-in-catch-callback-variable': 'off',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/eslint-plugin-experience-next",
3
- "version": "0.302.0",
3
+ "version": "0.303.0",
4
4
  "description": "An ESLint plugin to enforce a consistent code styles across taiga-ui projects",
5
5
  "license": "Apache-2.0",
6
6
  "main": "index.ts",