mirror of
https://github.com/navidrome/navidrome.git
synced 2026-05-02 21:30:15 +00:00
5 lines
81 B
JavaScript
5 lines
81 B
JavaScript
module.exports = {
|
|
singleQuote: true,
|
|
semi: false,
|
|
arrowParens: 'always'
|
|
}
|