@fullstacksjs/eslint-config 11.1.12 → 11.1.13

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fullstacksjs/eslint-config",
3
- "version": "11.1.12",
3
+ "version": "11.1.13",
4
4
  "license": "MIT",
5
5
  "author": "fullstacks <fullstacksjs@gmail.com>",
6
6
  "description": "fullstacks eslint config",
@@ -205,10 +205,6 @@ function typescript(options = {}) {
205
205
  '@typescript-eslint/switch-exhaustiveness-check': 'error',
206
206
  '@typescript-eslint/unbound-method': ['error', { ignoreStatic: true }],
207
207
 
208
- ...predicate(options.fp, {
209
- 'functional/immutable-data': ['error', { ignoreClasses: true, ignoreImmediateMutation: true, ignoreNonConstDeclarations: true }],
210
- }),
211
-
212
208
  // collisions
213
209
  'prefer-promise-reject-errors': 'off',
214
210
  'consistent-return': 'off',