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