@slashnephy/eslint-config 0.3.9 → 0.3.21

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.
@@ -119,7 +119,6 @@ const typescript = {
119
119
  '@typescript-eslint/prefer-regexp-exec': 'error',
120
120
  '@typescript-eslint/promise-function-async': 'error',
121
121
  '@typescript-eslint/require-array-sort-compare': 'off',
122
- '@typescript-eslint/strict-boolean-expressions': 'error',
123
122
  '@typescript-eslint/switch-exhaustiveness-check': 'error',
124
123
  '@typescript-eslint/type-annotation-spacing': 'error',
125
124
  '@typescript-eslint/unbound-method': 'off',
@@ -139,6 +138,7 @@ const typescript = {
139
138
  '@typescript-eslint/no-unsafe-return': 'off',
140
139
  '@typescript-eslint/no-unsafe-argument': 'off',
141
140
  '@typescript-eslint/restrict-template-expressions': 'off',
141
+ '@typescript-eslint/strict-boolean-expressions': 'off',
142
142
  'deprecation/deprecation': 'error',
143
143
  },
144
144
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slashnephy/eslint-config",
3
- "version": "0.3.9",
3
+ "version": "0.3.21",
4
4
  "type": "commonjs",
5
5
  "main": "dist/index.js",
6
6
  "author": "SlashNephy <spica@starry.blue> (https://spica.starry.blue/)",
@@ -67,7 +67,7 @@
67
67
  "devDependencies": {
68
68
  "@slashnephy/prettier-config": "0.1.16",
69
69
  "@types/eslint": "8.21.2",
70
- "@types/node": "18.15.1",
70
+ "@types/node": "18.15.3",
71
71
  "concurrently": "7.6.0",
72
72
  "eslint": "8.36.0",
73
73
  "prettier": "2.8.4",