@boehringer-ingelheim/eslint-config 1.1.3 → 1.1.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.
Files changed (2) hide show
  1. package/base/index.js +1 -1
  2. package/package.json +8 -8
package/base/index.js CHANGED
@@ -22,7 +22,7 @@ module.exports = {
22
22
  files: [
23
23
  "**/*.d.ts", // TypeScript declaration files
24
24
  "**/*.{spec,test}.*", // Usually test files
25
- "*.{js,cjs,mjs,ts,cts,mts}", // Mostly configuration files
25
+ "./*.{js,cjs,mjs,ts,cts,mts}", // Mostly configuration files on root level
26
26
  ],
27
27
  rules: {
28
28
  "import/no-unused-modules": "off",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boehringer-ingelheim/eslint-config",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "Shared eslint configuration used at Boehringer Ingelheim for code styling",
5
5
  "keywords": [
6
6
  "boehringer",
@@ -29,9 +29,9 @@
29
29
  "eslint": "^8.34.0"
30
30
  },
31
31
  "dependencies": {
32
- "@rushstack/eslint-patch": "^1.2.0",
33
- "@typescript-eslint/eslint-plugin": "^5.59.0",
34
- "@typescript-eslint/parser": "^5.59.0",
32
+ "@rushstack/eslint-patch": "^1.3.0",
33
+ "@typescript-eslint/eslint-plugin": "^5.59.8",
34
+ "@typescript-eslint/parser": "^5.59.8",
35
35
  "eslint-import-resolver-typescript": "^3.5.5",
36
36
  "eslint-plugin-import": "^2.27.5",
37
37
  "eslint-plugin-jsx-a11y": "^6.7.1",
@@ -44,14 +44,14 @@
44
44
  },
45
45
  "devDependencies": {
46
46
  "@boehringer-ingelheim/prettier-config": "1.0.0",
47
- "@commitlint/cli": "17.6.1",
48
- "@commitlint/config-conventional": "17.6.1",
47
+ "@commitlint/cli": "17.6.5",
48
+ "@commitlint/config-conventional": "17.6.5",
49
49
  "@commitlint/types": "17.4.4",
50
50
  "@semantic-release/changelog": "6.0.3",
51
51
  "@semantic-release/git": "10.0.1",
52
52
  "dotenv-cli": "7.2.1",
53
53
  "husky": "8.0.3",
54
- "prettier": "2.8.7",
55
- "semantic-release": "21.0.1"
54
+ "prettier": "2.8.8",
55
+ "semantic-release": "21.0.2"
56
56
  }
57
57
  }