Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ESLint 9 config format (flat config) #3968

Closed
saberduck opened this issue Jun 9, 2023 · 7 comments
Closed

Support ESLint 9 config format (flat config) #3968

saberduck opened this issue Jun 9, 2023 · 7 comments
Labels
jira-import_24-04-2024 The issue have been imported in jira on 24-04-2024

Comments

@saberduck
Copy link
Contributor

No description provided.

@Wohops
Copy link
Contributor

Wohops commented Apr 24, 2024

Migrated to Jira. New ticket number: JS-91

@bmulholland
Copy link

@Wohops How do we now watch the issue so we get alerted when it's resolved?

@what1s1ove
Copy link

@Wohops How do we now watch the issue so we get alerted when it's resolved?

Agreed!

@Wohops
Copy link
Contributor

Wohops commented Apr 29, 2024

Hello @bmulholland , @what1s1ove ,

Unfortunately, we are aware that it is not possible to watch Jira issue for the time being.
I feel that for the time being, you will have to visit the ticket regularly to check its status.

Michael

@carlosnavaja16
Copy link

The issue is closed on Jira and here yet it seems like the flat config is still not supported. When try setting up the config following the docs:

[ sonarjs.configs.recommended, { "plugins": { sonarjs, } } ]
I get the following error:
Config "@navaja/eslint-config": Key "plugins": Cannot redefine plugin "sonarjs"

@EmilyRagan
Copy link

I'm now seeing that the Jira issue has been moved to status "Canceled" as of October 29. Is this accurate? I am getting the same error as @carlosnavaja16

@bmulholland
Copy link

The docs are wrong, don't define plugins again.

From

[ sonarjs.configs.recommended, { "plugins": { sonarjs, } } ]

To

[ sonarjs.configs.recommended ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jira-import_24-04-2024 The issue have been imported in jira on 24-04-2024
Projects
None yet
Development

No branches or pull requests

6 participants