mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-04 05:56:09 +00:00
5 lines
65 B
JavaScript
5 lines
65 B
JavaScript
module.exports = {
|
|
arrowParens: 'avoid',
|
|
singleQuote: true,
|
|
};
|