UNPKG

@dobschal/html.js

Version:

Library to create HTML elements with JavaScript that support MVVM binding.

12 lines (11 loc) 256 B
module.exports = [ { files: ["**/*.js"], languageOptions: { sourceType: "commonjs" }, rules: { quotes: ["error", "double"], semi: ["error", "always"], indent: ["error", 4] } }, ];