Skip to content

Commit be0e20b

Browse files
committed
feat: add coreui utilities
1 parent 273cd07 commit be0e20b

28 files changed

+257
-581
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"func-call-spacing": "error",
134134
"func-name-matching": "error",
135135
"func-names": "off",
136-
"func-style": ["error", "declaration"],
136+
"func-style": ["error", "declaration", { "allowArrowFunctions": true }],
137137
"id-blacklist": "error",
138138
"id-length": "off",
139139
"id-match": "error",

0 commit comments

Comments
 (0)