add types to prettierrc

This commit is contained in:
maxichrome 2023-01-20 23:39:10 -08:00
parent 5b45458939
commit 8477d5e73d

View file

@ -1,5 +1,7 @@
/**
* {@type require('prettier').Config}
*/
module.exports = {
pluginSearchDirs: ['.'],
useTabs: true,
printWidth: 100,
singleQuote: true,