@nfq/eslint-config 2.2.3 → 2.2.4

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 CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [2.2.4](https://github.com/nfqde/eslint-config-nfq/compare/v2.2.3...v2.2.4) (2022-07-20)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **Rules:** change sort order ([#23](https://github.com/nfqde/eslint-config-nfq/issues/23)) ([0e90fde](https://github.com/nfqde/eslint-config-nfq/commit/0e90fde9e1c75954880f671b49bbe399847acbe1))
11
+
5
12
  ### [2.2.3](https://github.com/nfqde/eslint-config-nfq/compare/v2.2.2...v2.2.3) (2022-07-20)
6
13
 
7
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nfq/eslint-config",
3
- "version": "2.2.3",
3
+ "version": "2.2.4",
4
4
  "engines": {
5
5
  "node": ">= 12.0.0"
6
6
  },
@@ -185,7 +185,7 @@ module.exports = {
185
185
  '@typescript-eslint/restrict-template-expressions': 'error',
186
186
  '@typescript-eslint/return-await': 'error',
187
187
  '@typescript-eslint/semi': 'error',
188
- '@typescript-eslint/sort-type-union-intersection-members': 'error',
188
+ '@typescript-eslint/sort-type-union-intersection-members': ['error', {checkIntersections: false}],
189
189
  '@typescript-eslint/space-before-blocks': ['error', 'always'],
190
190
  '@typescript-eslint/space-before-function-paren': [
191
191
  'error',