mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-13 16:27:33 +00:00
10 lines
194 B
JavaScript
10 lines
194 B
JavaScript
module.exports = {
|
|
printWidth: 100,
|
|
semi: true,
|
|
vueIndentScriptAndStyle: true,
|
|
trailingComma: "all",
|
|
proseWrap: "never",
|
|
htmlWhitespaceSensitivity: "strict",
|
|
endOfLine: "auto",
|
|
};
|