lint: added prettier plugin

This commit is contained in:
원더 2021-01-04 20:09:54 +09:00
parent 6b2c0195b2
commit 4f614fd0d8

View File

@ -7,4 +7,5 @@ module.exports = {
printWidth: 100,
tabWidth: 2,
useTabs: true,
plugins: ['prettier-plugin-tailwind']
}