mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2025-12-23 22:29:53 -05: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
|
|
}
|