Ben Lin
2024-06-15 12b244baa8b5f3dcaa568fb0c81b24e9974737ce
.prettierrc.js
@@ -1,3 +1,11 @@
/*
 * @Description: file content
 * @Author: your name
 * @version:
 * @Date: 2024-03-24 11:16:49
 * @LastEditors: your name
 * @LastEditTime: 2024-06-10 14:39:30
 */
module.exports = {
  printWidth: 100,
  semi: true,
@@ -5,7 +13,7 @@
  singleQuote: true,
  trailingComma: 'all',
  proseWrap: 'never',
  htmlWhitespaceSensitivity: 'strict',
  htmlWhitespaceSensitivity: 'ignore', //'strict',
  endOfLine: 'auto',
  plugins: ['prettier-plugin-packagejson'],
  overrides: [