eslint: Flag as environment "node".
This commit is contained in:
parent
728b749714
commit
f015947cca
1 changed files with 3 additions and 2 deletions
|
|
@ -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 = {
|
|||
],
|
||||
}),
|
||||
],
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue