Skip to content

Commit 330230c

Browse files
authored
fix: Correct formatting in ESLint flat-config (#6366)
1 parent bd65563 commit 330230c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/tired-pens-vanish.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ const flatConfig = [
149149
varsIgnorePattern: '^_',
150150
destructuredArrayIgnorePattern: '^_'
151151
}
152-
]
152+
],
153153
'import/named': 'error',
154154
'import/default': 'error',
155155
'import/namespace': 'error',

0 commit comments

Comments
 (0)