From d6e71b23ef3b87a3cd42b69a613a4ef2d3417320 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Thu, 13 Jun 2024 17:49:40 -0400 Subject: fixup prettier --- frontend/.prettierrc.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'frontend/.prettierrc.js') diff --git a/frontend/.prettierrc.js b/frontend/.prettierrc.js index 01727ff9..7a0331c8 100644 --- a/frontend/.prettierrc.js +++ b/frontend/.prettierrc.js @@ -1,9 +1,10 @@ -module.exports = { +import importSort from 'prettier-plugin-import-sort'; +export default { semi: true, trailingComma: 'all', singleQuote: true, printWidth: 120, tabWidth: 2, endOfLine: 'auto', - plugins: [require('prettier-plugin-import-sort')], -}; + plugins: [importSort], +} \ No newline at end of file -- cgit v1.2.3