mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-16 07:08:32 +03:00
7f998d08e3
Co-authored-by: Amr Bashir <48618675+amrbashir@users.noreply.github.com>
6 lines
81 B
JavaScript
6 lines
81 B
JavaScript
module.exports = {
|
|
singleQuote: true,
|
|
semi: false,
|
|
trailingComma: 'none'
|
|
}
|