website/prettier.config.js
2023-12-03 22:44:06 -06:00

7 lines
133 B
JavaScript

/* eslint-env node */
module.exports = {
singleQuote: true,
bracketSpacing: false,
trailingComma: 'none',
printWidth: 100
};