@boehringer-ingelheim/eslint-config 3.1.0-next.2 → 4.0.0-next.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/base/index.js +3 -0
  2. package/package.json +1 -1
package/base/index.js CHANGED
@@ -41,7 +41,9 @@ module.exports = {
41
41
  rules: {
42
42
  // @typescript-eslint: https://github.com/typescript-eslint/typescript-eslint/tree/main/packages/eslint-plugin/docs/rules
43
43
  "@typescript-eslint/adjacent-overload-signatures": "off", // disabled due to conflict with eslint-plugin-perfectionist
44
+ "@typescript-eslint/consistent-type-imports": "error",
44
45
  "@typescript-eslint/no-floating-promises": ["error", { ignoreVoid: true }],
46
+ "@typescript-eslint/no-import-type-side-effects": "error",
45
47
  "@typescript-eslint/no-misused-promises": [
46
48
  "error",
47
49
  {
@@ -83,6 +85,7 @@ module.exports = {
83
85
  "sort-keys": "off", // disabled due to conflict with eslint-plugin-perfectionist
84
86
 
85
87
  // eslint-plugin-import: https://github.com/import-js/eslint-plugin-import/tree/main/docs/rules
88
+ "import/consistent-type-specifier-style": ["error", "prefer-top-level"],
86
89
  "import/no-cycle": "error",
87
90
  "import/no-unused-modules": [
88
91
  "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boehringer-ingelheim/eslint-config",
3
- "version": "3.1.0-next.2",
3
+ "version": "4.0.0-next.1",
4
4
  "description": "Shared eslint configuration used at Boehringer Ingelheim for code styling",
5
5
  "keywords": [
6
6
  "boehringer",