browser-benchmark/.prettierrc.yaml

12 lines
179 B
YAML

jsxBracketSameLine: true
jsxSingleQuote: true
semi: false
singleQuote: true
printWidth: 80
useTabs: false
tabWidth: 2
trailingComma: none
bracketSpacing: true
arrowParens: avoid
浏览器跑分 -- 检测浏览器对新API的支持情况, 以及一些基础的性能测试。 https://benchmark.wkit.fun
JavaScript 63.8%
Vue 31.9%
HTML 4.3%