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