Skip to content

Commit e406cb3

Browse files
authored
Merge branch 'React-ChatBotify:main' into FEATURE-plugins-page
2 parents c1296ed + 2c9fb22 commit e406cb3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+7620
-568
lines changed

.eslintrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@
1717
"rules": {
1818
"@typescript-eslint/no-unused-vars": "error",
1919
"@typescript-eslint/consistent-type-definitions": ["error", "type"],
20+
"@typescript-eslint/ban-types": [
21+
"error",
22+
{
23+
"extendDefaults": true,
24+
"types": {
25+
"{}": false
26+
}
27+
}
28+
],
2029
"indent": ["error", "tab"],
2130
"react/jsx-indent": ["error", "tab"],
2231
"react/jsx-indent-props": ["error", "tab"],

0 commit comments

Comments
 (0)