Skip to main content
Module

x/dayjs/prettier.config.js

⏰ Day.js 2kB immutable date-time library alternative to Moment.js with the same modern API
Go to Latest
File
module.exports = { useTabs: false, printWidth: 80, singleQuote: true, trailingComma: 'none', semi: false}