eslint-config-greenpie 5.41.0 → 6.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-greenpie",
3
- "version": "5.41.0",
3
+ "version": "6.0.0",
4
4
  "description": "GreenPie's ESLint config file",
5
5
  "main": "index.js",
6
6
  "author": "Roman Nuritdinov (Ky6uk)",
@@ -33,10 +33,10 @@
33
33
  "vue"
34
34
  ],
35
35
  "peerDependencies": {
36
- "@typescript-eslint/eslint-plugin": "^5.61.0",
37
- "@typescript-eslint/parser": "^5.61.0",
38
- "eslint": "^8.44.0",
39
- "eslint-plugin-jest": "^27.2.2",
36
+ "@typescript-eslint/eslint-plugin": "^6.1.0",
37
+ "@typescript-eslint/parser": "^6.1.0",
38
+ "eslint": "^8.45.0",
39
+ "eslint-plugin-jest": "^27.2.3",
40
40
  "eslint-plugin-vue": "^9.15.1"
41
41
  },
42
42
  "devDependencies": {
@@ -127,13 +127,6 @@ module.exports = {
127
127
  '@typescript-eslint/no-require-imports': 'error',
128
128
  '@typescript-eslint/no-this-alias': 'error',
129
129
 
130
- '@typescript-eslint/no-type-alias': ['error', {
131
- allowAliases: 'always',
132
- allowCallbacks: 'always',
133
- allowConstructors: 'always',
134
- allowGenerics: 'always'
135
- }],
136
-
137
130
  // (variable === false) is OK
138
131
  '@typescript-eslint/no-unnecessary-boolean-literal-compare': 'off',
139
132
 
@@ -175,7 +168,6 @@ module.exports = {
175
168
  '@typescript-eslint/require-array-sort-compare': 'error',
176
169
  '@typescript-eslint/restrict-plus-operands': 'error',
177
170
  '@typescript-eslint/restrict-template-expressions': 'error',
178
- '@typescript-eslint/sort-type-union-intersection-members': 'error',
179
171
  '@typescript-eslint/strict-boolean-expressions': 'error',
180
172
  '@typescript-eslint/switch-exhaustiveness-check': 'error',
181
173
  '@typescript-eslint/triple-slash-reference': 'error',