summaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-04-04 22:42:48 -0400
committerGitHub <noreply@github.com>2020-04-04 22:42:48 -0400
commit167e83c14794437e43b7df2017efab1e7e060a99 (patch)
treec3ea69779daee88be9c371785e78aedca996a94f /.eslintrc.json
parenta0c4ce779d35cab39c62ca42ad3fe58a82faa1bb (diff)
parenta4c7d243f4cddfc4e2b29132fe65fe07ff86bc36 (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.json1
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"