UNPKG

parsergen-starter

Version:

A complete parser generator starter with PEG.js, optional Moo lexer, and VS Code integration

9 lines 163 B
// prettier.config.js module.exports = { semi: true, singleQuote: true, trailingComma: 'es5', printWidth: 100, tabWidth: 2, endOfLine: 'lf', };