mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-08-28 17:45:03 +08:00
8c57d81718
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
9 lines
132 B
JavaScript
9 lines
132 B
JavaScript
module.exports = {
|
|
semi: false,
|
|
trailingComma: "es5",
|
|
singleQuote: false,
|
|
printWidth: 80,
|
|
useTabs: false,
|
|
tabWidth: 2
|
|
}
|