1
0
mirror of https://github.com/coreui/coreui-icons.git synced 2025-08-20 15:31:23 +02:00

release: @coreui/icons-react v2.0.0-rc.6

This commit is contained in:
Łukasz Holeczek
2021-10-18 22:02:16 +02:00
parent cb84c6931e
commit 75b294deaf
16 changed files with 696 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
module.exports = {
semi: false,
trailingComma: "all",
singleQuote: true,
printWidth: 100,
tabWidth: 2
};