@boehringer-ingelheim/eslint-config 7.3.0 → 7.3.1

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/configs/base.js +0 -3
  2. package/package.json +1 -1
package/configs/base.js CHANGED
@@ -58,7 +58,6 @@ module.exports = tseslint.config(
58
58
  'logical-assignment-operators': ['error', 'never'],
59
59
  'no-console': ['warn', { allow: ['warn', 'error'] }],
60
60
  'no-else-return': ['error', { allowElseIf: false }],
61
- 'no-empty-function': 'error',
62
61
  'no-lonely-if': 'error',
63
62
  'no-negated-condition': 'error',
64
63
  'no-nested-ternary': 'error',
@@ -66,8 +65,6 @@ module.exports = tseslint.config(
66
65
  'no-unneeded-ternary': 'error',
67
66
  'no-useless-concat': 'error',
68
67
  'operator-assignment': ['error', 'never'],
69
- 'prefer-const': 'error',
70
- 'prefer-rest-params': 'error',
71
68
  'prefer-template': 'error',
72
69
  'sort-imports': 'off', // disabled due to conflict with eslint-plugin-perfectionist
73
70
  'sort-keys': 'off', // disabled due to conflict with eslint-plugin-perfectionist
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boehringer-ingelheim/eslint-config",
3
- "version": "7.3.0",
3
+ "version": "7.3.1",
4
4
  "description": "Shared eslint configuration used at Boehringer Ingelheim for code styling",
5
5
  "keywords": [
6
6
  "boehringer",