diff options
-rw-r--r-- | .eslintrc.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index 0caa7a01..416548eb 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -118,6 +118,7 @@ "allowIsBoardAdmin": true, "allowIsBoardMember": true, "allowIsBoardMemberByCard": true, + "allowIsBoardMemberNonComment": true, "Emoji": true, "Checklists": true, "Settings": true, |