Skip to content
Permalink
master
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
/* eslint-env node */
module.exports = {
bracketSpacing: false,
bracketSameLine: false,
printWidth: 90,
semi: true,
singleQuote: true,
tabWidth: 2,
trailingComma: 'es5',
useTabs: false,
arrowParens: 'avoid',
};