UNPKG

@shoelace-style/localize

Version:

A micro library for localizing custom elements using Lit's Reactive Controller model.

18 lines (17 loc) 370 B
module.exports = { arrowParens: 'avoid', bracketSpacing: true, htmlWhitespaceSensitivity: 'css', insertPragma: false, jsxBracketSameLine: false, jsxSingleQuote: false, printWidth: 120, proseWrap: 'preserve', quoteProps: 'as-needed', requirePragma: false, semi: true, singleQuote: true, tabWidth: 2, trailingComma: 'none', useTabs: false };