How to use the @bbob/preset.createPreset function in @bbob/preset

To help you get started, we’ve selected a few @bbob/preset examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github JiLiZART / bbob / packages / bbob-preset-html5 / src / index.js View on Github external
/* eslint-disable indent */
import { createPreset } from '@bbob/preset';
import defaultTags from './defaultTags';

export default createPreset(defaultTags);

@bbob/preset

Base preset for creating extensible presets for @bbob/core

MIT
Latest version published 30 days ago

Package Health Score

75 / 100
Full package analysis

Popular @bbob/preset functions