Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Nov 2, 2020
1 parent 480c4c0 commit 6a15e19
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -10,7 +10,7 @@ module.exports = {
"bigIntLiteral": true,
"const": true,
"destructuring": true,
"dynamicImport": true,
"dynamicImport": false,
"forOf": true,
"module": false,
}
Expand Down

0 comments on commit 6a15e19

Please sign in to comment.