UNPKG

@cocreate/modal

Version:

A draggable, movable and resizable modal. customizable via attributes, great for popups, alerts, multitasking and displaying multiple views.

16 lines 381 B
module.exports = { tabWidth: 4, semi: true, trailingComma: "none", bracketSameLine: true, useTabs: true, overrides: [ { files: ["*.json", "*.yml", "*.yaml"], options: { tabWidth: 2, useTabs: false }, } ], };