Skip to content

Commit d205486

Browse files
committed
Merge remote-tracking branch 'FEATURE-plugi'
2 parents 9cfe565 + e406cb3 commit d205486

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)