We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a2f36 commit ed9dc5bCopy full SHA for ed9dc5b
babel.config.js
@@ -1,3 +1,4 @@
1
+/* eslint no-undef: "off" */
2
module.exports = {
- presets: [['@babel/preset-env', {targets: {node: 'current'}}]],
3
+ presets: [['@babel/preset-env', {targets: {node: 'current'}}]],
4
};
0 commit comments