Commit ed40b333f39fea7e3acc67bfa2d88aad9fd0f363
1 parent
b7813b9b
chore: Allow git message to be uppercase
Showing
2 changed files
with
1 additions
and
8 deletions
commitlint.config.js
prettier.config.js
1 | 1 | module.exports = { |
2 | 2 | printWidth: 100, |
3 | - tabWidth: 2, | |
4 | - useTabs: false, | |
5 | 3 | semi: true, |
6 | 4 | vueIndentScriptAndStyle: true, |
7 | 5 | singleQuote: true, |
8 | - quoteProps: 'as-needed', | |
9 | - bracketSpacing: true, | |
10 | 6 | trailingComma: 'all', |
11 | - jsxSingleQuote: false, | |
12 | - arrowParens: 'always', | |
13 | - insertPragma: false, | |
14 | - requirePragma: false, | |
15 | 7 | proseWrap: 'never', |
16 | 8 | htmlWhitespaceSensitivity: 'strict', |
17 | 9 | endOfLine: 'auto', | ... | ... |