UNPKG
sanzy-spotifydl
Version:
latest (1.0.1)
1.0.1
1.0.0
Simple Scraper Spotify Track/Album/Playlist Downloader with Metadata
github.com/sanzydev
sanzy-spotifydl
/
.prettierrc.js
12 lines
(10 loc)
•
204 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** @
type
{import(
"prettier"
).Config} */ const
config
= { trailingComma:
"none"
, tabWidth:
2
, semi:
false
, singleQuote:
false
, bracketSpacing:
true
, printWidth:
200
}
module
.exports =
config