module.exports = {
trailingComma: 'es5',
singleQuote: true,
overrides: [
{
files: '*.json',
options: {
printWidth: 400,
},
],
};