Skip to content

Commit 06b092a

Browse files
committed
Wip - still some issues, removing harmless / no-effect fields
1 parent d23a371 commit 06b092a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tooling/prettier/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ const config = {
77
singleQuote: true,
88
printWidth: 100,
99
tabWidth: 4,
10-
useTabs: false,
1110
semi: true,
1211
jsxSingleQuote: false,
1312
bracketSpacing: true,
1413
arrowParens: 'always',
15-
endOfLine: 'lf',
1614

1715
plugins: ['@ianvs/prettier-plugin-sort-imports', 'prettier-plugin-tailwindcss'],
1816

0 commit comments

Comments
 (0)