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