Skip to content

Commit e5e0616

Browse files
authored
chore: switch to spec and clean up deps (#17)
1 parent c992874 commit e5e0616

File tree

4 files changed

+108
-2087
lines changed

4 files changed

+108
-2087
lines changed

.prettierrc.cjs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@
88
* @type {import('prettier').Config}
99
*/
1010
module.exports = {
11-
// eslint-disable-next-line @typescript-eslint/no-require-imports
12-
...require('gts/.prettierrc.json'),
11+
bracketSpacing: false,
12+
singleQuote: true,
13+
trailingComma: 'all',
14+
arrowParens: 'avoid',
1315
singleAttributePerLine: true,
1416
htmlWhitespaceSensitivity: 'strict',
1517
};

0 commit comments

Comments
 (0)