We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd65563 commit 330230cCopy full SHA for 330230c
2 files changed
.changeset/tired-pens-vanish.md
@@ -0,0 +1,5 @@
1
+---
2
+'@sap-cloud-sdk/eslint-config': patch
3
4
+
5
+[Fixed Issue] Correct formatting in ESLint flat-config
packages/eslint-config/flat-config.js
@@ -149,7 +149,7 @@ const flatConfig = [
149
varsIgnorePattern: '^_',
150
destructuredArrayIgnorePattern: '^_'
151
}
152
- ]
+ ],
153
'import/named': 'error',
154
'import/default': 'error',
155
'import/namespace': 'error',
0 commit comments