module.exports = {
'linebreak-style': ['error', require('os').EOL === '\r\n' ? 'windows' : 'unix'],
'prettier/prettier': ['error', { endOfLine: 'auto'} ],
}
view raw gistfile1.txt hosted with ❤ by GitHub