@volontariapp/eslint-config 2.2.2 → 2.2.3-snap-8ad3602

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/CHANGELOG.md ADDED
@@ -0,0 +1,37 @@
1
+ # Changelog
2
+
3
+ ## 2.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - remove condition
8
+
9
+ ## 2.2.2
10
+
11
+ ### Patch Changes
12
+
13
+ - bump global version
14
+
15
+ ## 2.2.1
16
+
17
+ ### Patch Changes
18
+
19
+ - bump ci
20
+
21
+ ## 2.2.0
22
+
23
+ ### Minor Changes
24
+
25
+ - off empty object
26
+
27
+ ## 2.1.0
28
+
29
+ ### Minor Changes
30
+
31
+ - ignore cjs files
32
+
33
+ ## 2.0.0
34
+
35
+ ### Major Changes
36
+
37
+ - CI done, so major release to flush previous trash versions
package/index.mjs CHANGED
@@ -21,13 +21,14 @@ export default tseslint.config(
21
21
  '@typescript-eslint/consistent-type-imports': 'error',
22
22
  '@typescript-eslint/no-floating-promises': 'error',
23
23
  '@typescript-eslint/no-misused-promises': 'error',
24
- '@typescript-eslint/strict-boolean-expressions': 'error',
24
+ '@typescript-eslint/strict-boolean-expressions': 'off',
25
25
  '@typescript-eslint/no-unnecessary-condition': 'error',
26
26
  '@typescript-eslint/prefer-nullish-coalescing': 'error',
27
27
  '@typescript-eslint/prefer-optional-chain': 'error',
28
28
  '@typescript-eslint/no-extraneous-class': 'off',
29
29
  '@typescript-eslint/explicit-function-return-type': 'off',
30
30
  '@typescript-eslint/no-empty-object-type': 'off',
31
+ '@typescript-eslint/no-unnecessary-type-parameters': 'off',
31
32
  },
32
33
  },
33
34
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volontariapp/eslint-config",
3
- "version": "2.2.2",
3
+ "version": "2.2.3-snap-8ad3602",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -39,4 +39,4 @@
39
39
  "eslint": "9.18.0",
40
40
  "typescript": "5.7.3"
41
41
  }
42
- }
42
+ }