mirror of
https://github.com/coreui/coreui-icons.git
synced 2025-08-13 20:24:04 +02:00
7 lines
114 B
JavaScript
7 lines
114 B
JavaScript
module.exports = {
|
|
semi: false,
|
|
trailingComma: "all",
|
|
singleQuote: true,
|
|
printWidth: 100,
|
|
tabWidth: 2
|
|
}; |