@sap-cloud-sdk/eslint-config 4.5.0 → 4.5.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/flat-config.js +1 -1
  2. package/package.json +1 -1
package/flat-config.js CHANGED
@@ -149,7 +149,7 @@ const flatConfig = [
149
149
  varsIgnorePattern: '^_',
150
150
  destructuredArrayIgnorePattern: '^_'
151
151
  }
152
- ]
152
+ ],
153
153
  'import/named': 'error',
154
154
  'import/default': 'error',
155
155
  'import/namespace': 'error',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-cloud-sdk/eslint-config",
3
- "version": "4.5.0",
3
+ "version": "4.5.1",
4
4
  "description": "eslint config for the SAP Cloud SDK",
5
5
  "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview",
6
6
  "license": "Apache-2.0",