mirror of
https://github.com/Minionguyjpro/Inno-Setup-Action
synced 2026-02-18 09:31:19 +01:00
Update eslint.config.js
This commit is contained in:
4
.github/linters/eslint.config.js
vendored
4
.github/linters/eslint.config.js
vendored
@@ -13,10 +13,12 @@ const __dirname = path.dirname(__filename);
|
||||
|
||||
const compat = new FlatCompat({
|
||||
baseDirectory: __dirname,
|
||||
resolvePluginsRelativeTo: __dirname,
|
||||
});
|
||||
|
||||
export default [
|
||||
...compat.extends("prettier"),
|
||||
// Convert legacy configs
|
||||
...compat.extends("eslint:recommended", "prettier"),
|
||||
|
||||
{
|
||||
files: ["**/*.js", "**/*.mjs", "**/*.cjs"],
|
||||
|
||||
Reference in New Issue
Block a user