inital commit
This commit is contained in:
19
ditch-the-agent/.prettierrc.cjs
Normal file
19
ditch-the-agent/.prettierrc.cjs
Normal file
@@ -0,0 +1,19 @@
|
||||
module.exports = {
|
||||
printWidth: 100,
|
||||
singleQuote: true,
|
||||
trailingComma: 'all',
|
||||
overrides: [
|
||||
{
|
||||
files: ['docs/**/*.md', 'docs/src/pages/**/*.{js,tsx}', 'docs/data/**/*.{js,tsx}'],
|
||||
options: {
|
||||
printWidth: 85,
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ['docs/pages/blog/**/*.md'],
|
||||
options: {
|
||||
printWidth: 82,
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user