UNPKG

storyblok-sync-asset-meta

Version:

npx CLI tool to sync meta-info of assets from asset library to their instances in Storyblok stories.

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, }, }, ], }