chore: add eslint prettier

Signed-off-by: Ryan Wang <i@ryanc.cc>
This commit is contained in:
Ryan Wang
2022-07-29 20:43:20 +08:00
parent 05dcae511e
commit ba9816e4c1
8 changed files with 958 additions and 65 deletions
+3
View File
@@ -0,0 +1,3 @@
module.exports = {
plugins: [require("prettier-plugin-tailwindcss")],
};