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 get the error NX Cannot parse apps/tool/.eslintrc.js: InvalidSymbol in JSON at 1:1
When replacing the file .eslintrc.js with a file .eslintrc.json, then the installation works. Then after installation I can switch back to the eslintrc.js file and everything works like intended.
The text was updated successfully, but these errors were encountered:
I encountered this as well while setting up Storybook with SvelteKit. The eslintrc file is the flat format, and it's dynamic. It isn't JSON serializable. What's the progress on fixing this?
For anyone who sees this in the future, this is not a nxext issue. This is a @nx/storybook issue. There are two closed issues on their repository listed below. Neither thread helped my use case.
When creating a storybook with the command
I get the error
NX Cannot parse apps/tool/.eslintrc.js: InvalidSymbol in JSON at 1:1
When replacing the file
.eslintrc.js
with a file.eslintrc.json
, then the installation works. Then after installation I can switch back to theeslintrc.js
file and everything works like intended.The text was updated successfully, but these errors were encountered: