mirror of
https://github.com/hoppscotch/hoppscotch
synced 2024-11-21 22:50:51 +00: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
|
|
}
|