数据可视化大屏
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 1 година
12345678910111213
  1. module.exports = {
  2. singleQuote: true,
  3. useTabs: false,
  4. printWidth: 140,
  5. tabWidth: 2,
  6. semi: true,
  7. htmlWhitespaceSensitivity: 'strict',
  8. arrowParens: 'avoid',
  9. bracketSpacing: true,
  10. proseWrap: 'preserve',
  11. trailingComma: 'none',
  12. endOfLine: 'lf'
  13. };