diff options
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index 9744cc74..4310d618 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -23,7 +23,8 @@ "@typescript-eslint/no-unused-vars": "error", "no-self-assign": "off", "@typescript-eslint/no-empty-interface": "off", - "react/prop-types": [2, { "ignore": ["children"] }] + "react/prop-types": [2, { "ignore": ["children"] }], + "@typescript-eslint/member-delimiter-style": "warn" }, "settings": { "react": { |