init commit,
This commit is contained in:
34
03_source/mobile_notworking.del/.prettierrc.js
Normal file
34
03_source/mobile_notworking.del/.prettierrc.js
Normal file
@@ -0,0 +1,34 @@
|
||||
module.exports = {
|
||||
arrowParens: 'avoid',
|
||||
bracketSpacing: true,
|
||||
htmlWhitespaceSensitivity: 'strict',
|
||||
insertPragma: false,
|
||||
jsxBracketSameLine: false,
|
||||
jsxSingleQuote: false,
|
||||
printWidth: 120,
|
||||
proseWrap: 'preserve',
|
||||
quoteProps: 'as-needed',
|
||||
requirePragma: false,
|
||||
semi: true,
|
||||
singleQuote: true,
|
||||
tabWidth: 2,
|
||||
trailingComma: 'all',
|
||||
useTabs: false,
|
||||
endOfLine: 'lf',
|
||||
//
|
||||
overrides: [
|
||||
{
|
||||
files: ['*.yml'],
|
||||
options: {
|
||||
singleQuote: false,
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ['*.md', '*.mdx'],
|
||||
options: {
|
||||
useTabs: false,
|
||||
},
|
||||
},
|
||||
],
|
||||
plugins: [require.resolve('prettier-plugin-organize-imports')],
|
||||
};
|
Reference in New Issue
Block a user