mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-01-19 00:20:34 +03:00
5 lines
67 B
JavaScript
5 lines
67 B
JavaScript
|
module.exports = {
|
||
|
trailingComma: 'all',
|
||
|
singleQuote: true,
|
||
|
};
|