UNPKG

phpmorphy

Version:

Original package is located at http://phpmorphy.sourceforge.net/

9 lines (8 loc) 236 B
// if change the 'printWidth' don't forget set same value: // - for `max_line_length` in `.editorconfig` // - for `max-len` rule in `eslint` config module.exports = { printWidth: 120, singleQuote: true, trailingComma: 'all', };