module.exports = {
singleQuote: true,
trailingComma: 'all',
printWidth: 100,
endOfLine: 'lf',
semi: true,
};