UNPKG

@cocreate/link

Version:

Data attributes which can be used for components in CoCreate framework combined as a group of attributes that dynamically change attributes & fetch custom data.

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