feat: add in prettier and format code for consistency (#168)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
trailingComma: 'all',
|
||||
singleQuote: true,
|
||||
plugins: [require('prettier-plugin-tailwindcss')]
|
||||
};
|
||||
Reference in New Issue
Block a user