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'm using a simple Expo blank template on a Visual Studio Code with Prettier and I'm trying to run this plugin so the stylesheets of my project can be sorted alphabetically.
I've installed this module using the following commands:
I'm using a simple Expo blank template on a Visual Studio Code with Prettier and I'm trying to run this plugin so the stylesheets of my project can be sorted alphabetically.
I've installed this module using the following commands:
Which generated
.eslintrc.js
in my project's root folder and I changed it's contents with:But now when I'm saving a file only Prettier works - I guess my
.eslintrc.js
is not correct or I need to run it manually somehow?The text was updated successfully, but these errors were encountered: