You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried installing this eslint plugin today: "@pandacss/eslint-plugin": "^0.2.3",
I added the plugin like this in my eslint config:
"plugins": [
...
"@pandacss"
],
And then as soon as i add rules and restart my ESLint server, i get:
Error: Stopping the server timed out
at /Users/username/.vscode/extensions/dbaeumer.vscode-eslint-3.0.10/client/out/extension.js:1:98293
at b.restart (/Users/username/.vscode/extensions/dbaeumer.vscode-eslint-3.0.10/client/out/extension.js:1:271060)
I tried installing this eslint plugin today:
"@pandacss/eslint-plugin": "^0.2.3",
I added the plugin like this in my eslint config:
And then as soon as i add rules and restart my ESLint server, i get:
And ESLint no longer works.
These are the rules i added:
Any idea what's going on here? Thanks.
The text was updated successfully, but these errors were encountered: