diff --git a/.prettierrc.js b/.prettierrc.js index b747d69a..f476fa73 100644 --- a/.prettierrc.js +++ b/.prettierrc.js @@ -1,5 +1,6 @@ +// TEMP: https://is.gd/ja0J4b module.exports = { semi: false, singleQuote: true, - plugins: [require('prettier-plugin-tailwindcss')], + plugins: [require.resolve('prettier-plugin-tailwindcss')], }