Настройка prettier.config.js
This commit is contained in:
@@ -2,4 +2,12 @@ export default {
|
|||||||
printWidth: 120,
|
printWidth: 120,
|
||||||
singleQuote: true,
|
singleQuote: true,
|
||||||
quoteProps: 'consistent',
|
quoteProps: 'consistent',
|
||||||
|
overrides: [
|
||||||
|
{
|
||||||
|
files: 'packages/*/package.json',
|
||||||
|
options: {
|
||||||
|
tabWidth: 2,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
],
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user