UNPKG

cberg

Version:

Node.js Client for the Codeberg API

10 lines (8 loc) 159 B
/** * @see https://prettier.io/docs/configuration * @type {import("prettier").Config} */ const config = { singleQuote: true, }; export default config;