UNPKG

@cocreate/calculate

Version:

A handy vanilla JavaScript calculator, concatenate multiple elements containing integers & execute calculates. Can be used for creating invoices,making payments & any kind of complex calculate. Easily configured using HTML5 attributes and/or JavaScript A

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