@naturalcycles/dev-lib 15.4.1 → 15.4.3

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.
@@ -5,5 +5,10 @@ module.exports = {
5
5
  'jest/prefer-to-be': 2,
6
6
  'jest/prefer-to-contain': 2,
7
7
  'jest/consistent-test-it': [2, { fn: 'test', withinDescribe: 'test' }],
8
+ 'jest/expect-expect': 0,
9
+ 'jest/no-commented-out-tests': 0,
10
+ 'jest/no-export': 2,
11
+ 'jest/no-conditional-expect': 0,
12
+ 'jest/no-disabled-tests': 0,
8
13
  },
9
14
  }
@@ -317,11 +317,6 @@ module.exports = {
317
317
  'no-await-in-loop': 0, // it's actually often ok
318
318
  'no-extend-native': 2,
319
319
  'guard-for-in': 2,
320
- 'jest/expect-expect': 0,
321
- 'jest/no-commented-out-tests': 0,
322
- 'jest/no-export': 2,
323
- 'jest/no-conditional-expect': 0,
324
- 'jest/no-disabled-tests': 0,
325
320
  '@typescript-eslint/no-namespace': [
326
321
  2,
327
322
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naturalcycles/dev-lib",
3
- "version": "15.4.1",
3
+ "version": "15.4.3",
4
4
  "scripts": {
5
5
  "prepare": "husky",
6
6
  "tsn-debug": "tsn testScript.ts",
@@ -31,10 +31,10 @@
31
31
  "eslint-config-prettier": "^9.0.0",
32
32
  "eslint-plugin-import": "^2.22.1",
33
33
  "eslint-plugin-jest": "^28.0.0",
34
- "eslint-plugin-jsdoc": "^48.0.1",
34
+ "eslint-plugin-jsdoc": "^50.0.0",
35
35
  "eslint-plugin-simple-import-sort": "^12.1.1",
36
36
  "eslint-plugin-unicorn": "^55.0.0",
37
- "eslint-plugin-unused-imports": "^4.0.0",
37
+ "eslint-plugin-unused-imports": "4.0.1",
38
38
  "eslint-plugin-vue": "^9.0.0",
39
39
  "expect-type": "^0.19.0",
40
40
  "globals": "^15.8.0",