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