Going from down to up, we are stopping at prettierrc as far as making sure we have everything configured.
This commit is contained in:
4
prettier.config.js
Normal file
4
prettier.config.js
Normal file
@ -0,0 +1,4 @@
|
||||
/** @type {import('prettier').Config & import('prettier-plugin-tailwindcss').PluginOptions} */
|
||||
export default {
|
||||
plugins: ['prettier-plugin-tailwindcss'],
|
||||
};
|
Reference in New Issue
Block a user