@eclipse-scout/eslint-config 24.1.3 → 24.1.6

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/common.js +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eclipse-scout/eslint-config",
3
- "version": "24.1.3",
3
+ "version": "24.1.6",
4
4
  "description": "ESLint shareable config for the Scout style",
5
5
  "author": "BSI Business Systems Integration AG",
6
6
  "homepage": "https://www.eclipse.org/scout",
package/src/common.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2010, 2023 BSI Business Systems Integration AG
2
+ * Copyright (c) 2010, 2024 BSI Business Systems Integration AG
3
3
  *
4
4
  * This program and the accompanying materials are made
5
5
  * available under the terms of the Eclipse Public License 2.0
@@ -35,7 +35,7 @@ module.exports = {
35
35
  'no-prototype-builtins': 'off',
36
36
  'no-return-assign': 'error',
37
37
  'eslint func-call-spacing': 'off',
38
- 'no-return-await': 'error',
38
+ 'no-return-await': 'off',
39
39
  'no-self-compare': 'error',
40
40
  'no-label-var': 'error',
41
41
  'no-shadow': 'off',