UNPKG

@jmarvinr/treejs

Version:

a lightweight tree widget, compatible with originaljs/react/vue, 9.6kb size for tree.min.js&tree.min.css without gzip.

11 lines (10 loc) 184 B
/** * from react official repo */ module.exports = { bracketSpacing: false, singleQuote: true, jsxBracketSameLine: true, trailingComma: 'es5', printWidth: 80, };