Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
vankop committed Apr 15, 2023
1 parent ef33009 commit 80b88c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/cases/esm/import-meta/warnings.js
@@ -1,3 +1,5 @@
module.exports = [
[/Accessing import.meta directly is unsupported \(only property access or destructuring is supported\)/]
[
/Accessing import.meta directly is unsupported \(only property access or destructuring is supported\)/
]
];

0 comments on commit 80b88c5

Please sign in to comment.