build(projects): 去除prettier,已集成进@soybeanjs/eslint-config

This commit is contained in:
Soybean 2022-08-10 21:49:22 +08:00
parent f4d37cf7f0
commit 182dac0d2e
2 changed files with 0 additions and 28 deletions

View File

@ -1,27 +0,0 @@
module.exports = { // https://prettier.io/docs/en/options.html
arrowParens: 'avoid',
bracketSameLine: false,
bracketSpacing: true,
embeddedLanguageFormatting: 'auto',
htmlWhitespaceSensitivity: 'css',
insertPragma: false,
jsxSingleQuote: false,
printWidth: 120,
proseWrap: 'preserve',
quoteProps: 'as-needed',
requirePragma: false,
semi: true,
singleQuote: true,
tabWidth: 2,
trailingComma: 'none',
useTabs: false,
vueIndentScriptAndStyle: false,
overrides: [
{
files: '*.html',
options: {
parser: 'html',
},
},
],
};

View File

@ -102,7 +102,6 @@
"lint-staged": "^13.0.3",
"mockjs": "^1.1.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.7.1",
"rollup-plugin-visualizer": "^5.7.1",
"sass": "^1.54.3",
"standard-version": "^9.5.0",