文件
.github
.husky
.vscode
mock
plop
public
src
types
.env.base
.env.dev
.env.gitee
.env.pro
.env.test
.eslintignore
.eslintrc.js
.gitignore
.prettierignore
.stylelintignore
CHANGELOG.md
LICENSE
README.md
README.zh-CN.md
commitlint.config.js
index.html
package.json
plopfile.js
postcss.config.js
prettier.config.js
stylelint.config.js
tsconfig.json
vite.config.ts
windi.config.ts
克隆/下载
prettier.config.js 414 Bytes
一键复制 编辑 原始数据 按行查看 历史
wyn-365 提交于 2年前 . first commit
module.exports = {
printWidth: 100,
tabWidth: 2,
useTabs: false,
semi: false,
vueIndentScriptAndStyle: false,
singleQuote: true,
quoteProps: 'as-needed',
bracketSpacing: true,
trailingComma: 'none',
jsxSingleQuote: false,
arrowParens: 'always',
insertPragma: false,
requirePragma: false,
proseWrap: 'never',
htmlWhitespaceSensitivity: 'strict',
endOfLine: 'auto',
rangeStart: 0
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化