diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-04-04 22:42:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-04 22:42:48 -0400 |
commit | 167e83c14794437e43b7df2017efab1e7e060a99 (patch) | |
tree | c3ea69779daee88be9c371785e78aedca996a94f /.eslintrc.json | |
parent | a0c4ce779d35cab39c62ca42ad3fe58a82faa1bb (diff) | |
parent | a4c7d243f4cddfc4e2b29132fe65fe07ff86bc36 (diff) |
Merge pull request #430 from toasted-nutbread/manual-dom-tests
Create some tests for fullscreen elements, <iframe>s, and shadow DOMs
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index db8ff1fa..9bd6514a 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -106,6 +106,7 @@ }, { "files": ["test/**/*.js"], + "excludedFiles": ["test/data/html/*.js"], "parserOptions": { "ecmaVersion": 8, "sourceType": "module" |