update,
This commit is contained in:
18
jamespong14205/task1/project/003_src/client/.prettierrc.js
Normal file
18
jamespong14205/task1/project/003_src/client/.prettierrc.js
Normal file
@@ -0,0 +1,18 @@
|
||||
module.exports = {
|
||||
arrowParens: 'avoid',
|
||||
bracketSpacing: true,
|
||||
htmlWhitespaceSensitivity: 'css',
|
||||
insertPragma: false,
|
||||
bracketSameLine: false,
|
||||
jsxSingleQuote: true,
|
||||
printWidth: 120,
|
||||
proseWrap: 'preserve',
|
||||
quoteProps: 'as-needed',
|
||||
requirePragma: false,
|
||||
semi: true,
|
||||
singleQuote: true,
|
||||
tabWidth: 2,
|
||||
trailingComma: 'all',
|
||||
useTabs: false,
|
||||
plugins: [require.resolve('prettier-plugin-organize-imports')],
|
||||
};
|
Reference in New Issue
Block a user