-
Notifications
You must be signed in to change notification settings - Fork 63
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
TypeError: Converting circular structure to JSON #243
Comments
Hi @moltar, thanks for the issue!
{
"env": {
"jest": true,
"node": true
},
"root": true,
"plugins": [
"markdown"
],
"overrides": [
{
"extends": [
- "plugin:markdown/recommended"
+ "plugin:markdown/recommended-legacy"
],
"files": [
"**/*.md"
],
"processor": "markdown/markdown"
},
{
"files": [
"**/*.md/*.+(cjs|cts|js|jsx|mjs|mts|ts|tsx)"
],
"rules": {
},
"parserOptions": {
"project": false
}
},
]
} https://github.com/eslint/eslint-plugin-markdown?tab=readme-ov-file#configuring |
That fixed it. Could this be handled without forced changes? I.e. could the way this is important be automatically detected? |
No, |
After upgrading from
3.0.1
to4.0.1
I've started to get the following error:Is this the expected behaviour due to flat config change?
Simplified config:
The text was updated successfully, but these errors were encountered: