UNPKG

@komtek/el-grid

Version:

A Vue.js component which combines form, table, pagination components from Element UI.

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