mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-06-04 21:05:33 +08:00
9 lines
132 B
JavaScript
9 lines
132 B
JavaScript
module.exports = {
|
|
semi: false,
|
|
trailingComma: "es5",
|
|
singleQuote: false,
|
|
printWidth: 80,
|
|
useTabs: false,
|
|
tabWidth: 2
|
|
}
|