diff --git a/.prettierrc b/.prettierrc deleted file mode 100644 index 222861c3..00000000 --- a/.prettierrc +++ /dev/null @@ -1,4 +0,0 @@ -{ - "tabWidth": 2, - "useTabs": false -} diff --git a/prettier.config.cjs b/prettier.config.cjs new file mode 100644 index 00000000..d83c9951 --- /dev/null +++ b/prettier.config.cjs @@ -0,0 +1,3 @@ +module.exports = { + plugins: [require('prettier-plugin-tailwindcss')], +} \ No newline at end of file diff --git a/src/App.tsx b/src/App.tsx index 119f6ba9..249d3409 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -19,7 +19,7 @@ export const App = (): JSX.Element => { const device = getDevice(selectedDevice); return ( -