UNPKG

@nechlophomeriaa/spotifydl

Version:

Simple Scraper Spotify Track/Album/Playlist Downloader with Metadata

12 lines (10 loc) 204 B
/** @type {import("prettier").Config} */ const config = { trailingComma: "none", tabWidth: 2, semi: false, singleQuote: false, bracketSpacing: true, printWidth: 200 } module.exports = config