Changes to .prettierrc.mjs and tsconfig.js not taking effect
Hi, I just created a package with Plasmo. The first thing I did was set
strict to true in the tsconfig.json and then set singleQuote to true in .prettierrc.mjs. Unfortunately, these do not seem to be taking effect. After making these changes, pnpm build is still passing without any complaints with code that is non-strict and has double quotes.
These are the only two changes I have from the default package you get with pnpm create plasmo. Any help would be much appreciated.
0 Replies