mirror of
https://github.com/any86/any-rule.git
synced 2025-07-14 15:38:58 +08:00
8 lines
164 B
JavaScript
8 lines
164 B
JavaScript
![]() |
// prettier.config.js or .prettierrc.js
|
||
|
module.exports = {
|
||
|
tabWidth: 4,
|
||
|
semi: true,
|
||
|
singleQuote: true,
|
||
|
arrowParens: 'always',
|
||
|
printWidth: 120
|
||
|
};
|