UNPKG

storyblok-backup

Version:

npx CLI tool to create a full backup of a Storyblok space and restore single resources from it.

17 lines (16 loc) 238 B
module.exports = { semi: false, singleQuote: true, useTabs: true, tabWidth: 4, printWidth: 100, trailingComma: 'es5', overrides: [ { files: ['**/*.md', '**/*.yaml', '**/*.yml'], options: { tabWidth: 2, }, }, ], }