chore: deps

This commit is contained in:
iCrawl
2022-11-28 03:39:50 +01:00
parent 2127b32d26
commit 2f4bfedca1
15 changed files with 212 additions and 117 deletions

View File

@@ -1 +1,7 @@
module.exports = require('../../.prettierrc.json');
module.exports = {
...require('../../.prettierrc.json'),
plugins: [
'prettier-plugin-tailwindcss', // MUST come last
],
pluginSearchDirs: false,
};