prettierrc

  • .prettierrc.js详解

    一、.prettierrc.js是什么? module.exports = { semi: true, trailingComma: ‘es5’, singleQuote: tru…

    编程 2025-02-05