mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 04:27:37 +03:00
5 lines
81 B
JavaScript
5 lines
81 B
JavaScript
module.exports = {
|
|
singleQuote: true,
|
|
semi: false,
|
|
arrowParens: 'always'
|
|
}
|