Newer
Older
const config = {
singleQuote: true,
trailingComma: 'all',
printWidth: 100,
'color-hex-case': 'upper',
arrowParens: 'avoid',
};
module.exports = config;
const config = {
singleQuote: true,
trailingComma: 'all',
printWidth: 100,
'color-hex-case': 'upper',
arrowParens: 'avoid',
};
module.exports = config;