eslint: Flag as environment "node".

This commit is contained in:
Joachim Bauch 2021-11-22 15:09:19 +01:00
parent 728b749714
commit f015947cca
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02

View file

@ -1,4 +1,5 @@
const path = require('path')
/* eslint-env node */
const path = require('path');
const CopyPlugin = require("copy-webpack-plugin");
const TerserPlugin = require('terser-webpack-plugin');
@ -33,4 +34,4 @@ module.exports = {
],
}),
],
}
};