Ivan Li
3932a2b612
Some checks failed
🚀 Build and deploy by ftp / 🎉 Deploy (push) Failing after 8m21s
7 lines
117 B
JavaScript
7 lines
117 B
JavaScript
module.exports = {
|
|
singleQuote: true,
|
|
trailingCommas: 'all',
|
|
bracketSpacing: true,
|
|
bracketSameLine: true,
|
|
};
|