mirror of
https://github.com/beefproject/beef
synced 2026-06-08 13:15:56 +00:00
Fix: lint eslint.config.js with proper ecmaVersion
This commit is contained in:
@@ -15,6 +15,8 @@ module.exports = [
|
||||
},
|
||||
js.configs.recommended,
|
||||
{
|
||||
files: ["**/*.js"],
|
||||
ignores: ["eslint.config.js"],
|
||||
languageOptions: {
|
||||
ecmaVersion: 5,
|
||||
sourceType: "script",
|
||||
@@ -45,4 +47,15 @@ module.exports = [
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ["eslint.config.js"],
|
||||
languageOptions: {
|
||||
ecmaVersion: "latest",
|
||||
sourceType: "commonjs",
|
||||
globals: {
|
||||
module: "writable",
|
||||
require: "readonly",
|
||||
},
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user