diff options
Diffstat (limited to '.eslintrc.js')
-rw-r--r-- | .eslintrc.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index 59c1b4eb4..04914bde6 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -34,6 +34,7 @@ module.exports = { 'P', 'Admonition', 'Admonition.Admonition', + 'Toast.Action', 'AgeAssuranceAdmonition', 'Span', ], @@ -110,6 +111,8 @@ module.exports = { 'bskyembed', 'src/locale/locales/_build/', 'src/locale/locales/**/*.js', + '*.e2e.ts', + '*.e2e.tsx', ], settings: { componentWrapperFunctions: ['observer'], |