Aiden Bai
2022-05-02 87144fca212b25093adbf743014d5c0d5b1d9c0d
Use semi: false for prettier config
1 files modified
3 ■■■■ changed files
.prettierrc 3 ●●●● patch | view | raw | blame | history
.prettierrc
@@ -2,5 +2,6 @@
  "printWidth": 100,
  "quoteProps": "as-needed",
  "trailingComma": "all",
  "tabWidth": 2
  "tabWidth": 2,
  "semi": false
}