as-editor/.prettierrc.js

11 lines
179 B
JavaScript
Raw Permalink Normal View History

2021-08-25 14:39:54 +08:00
module.exports = {
endOfLine: 'auto',
jsxSingleQuote: true,
packageManager: 'yarn',
useTabs: false,
printWidth: 80,
tabWidth: 2,
semi: false,
singleQuote: true,
}