mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-06 01:45:37 -05:00
8 lines
145 B
JavaScript
8 lines
145 B
JavaScript
module.exports = {
|
|
trailingComma: 'all',
|
|
tabWidth: 2,
|
|
semi: false,
|
|
singleQuote: true,
|
|
plugins: ['prettier-plugin-organize-imports'],
|
|
}
|