UNPKG

@elunic/ecs-prettier

Version:

The elunic coding styles for Prettier

11 lines (10 loc) 182 B
module.exports = { printWidth: 100, tabWidth: 2, singleQuote: true, trailingComma: 'all', semi: true, bracketSpacing: true, arrowParens: 'avoid', endOfLine: 'lf', };