审查视图

.prettierrc.js 182 字节
202304001 authored
1 2 3 4 5 6 7 8 9 10
module.exports = {
  printWidth: 80,
  tabWidth: 2,
  useTabs: false,
  semi: true,
  singleQuote: false,
  trailingComma: 'all',
  bracketSpacing: true,
  arrowParens: 'always',
};