Skip to content

Commit

Permalink
fix-flat-config
Browse files Browse the repository at this point in the history
  • Loading branch information
marikaner committed Oct 7, 2024
1 parent 3bd82f7 commit 9b4f89f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/cold-plums-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sap-cloud-sdk/eslint-config': patch
---

[Fixed Issue] Fix incorrect reference of the stylistic plugin in the flat config.
2 changes: 1 addition & 1 deletion packages/eslint-config/flat-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const flatConfig = [
'unused-imports': unusedImports,
jsdoc,
regex,
stylistic
'@stylistic': stylistic
},
rules: {
'regex/invalid': [
Expand Down

0 comments on commit 9b4f89f

Please sign in to comment.