.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: [