module.exports = {
    singleQuote: true,
    printWidth: 90,
    tabWidth: 4,
    semi: true,
    endOfLine: 'auto',
};