diff options
author | MarvNC <rotrobmin@gmail.com> | 2023-11-03 11:59:21 -0700 |
---|---|---|
committer | MarvNC <rotrobmin@gmail.com> | 2023-11-03 11:59:21 -0700 |
commit | ec62375c017f124570cf922647c530829714eee2 (patch) | |
tree | accb3968e083f6e59a243b840d7859d61b3fae9e /.eslintrc.json | |
parent | 5e10b67c500b7af9d5af6d98caae9734ebdf984d (diff) | |
parent | b64f51c3b13a46af4dd7f1e43048ac19c781ca7b (diff) |
Merge remote-tracking branch 'upstream/master' into update-dictionaries
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index 06a2be34..56bbcf09 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -461,6 +461,8 @@ }, { "files": [ + "integration.spec.js", + "playwright-util.js", "visual.spec.js" ], "env": { |