mirror of
https://git.proxmox.com/git/pve-eslint
synced 2025-08-18 09:22:27 +00:00
9 lines
167 B
JavaScript
9 lines
167 B
JavaScript
const eslintConfig = require("./eslint.config.js");
|
|
|
|
module.exports = [
|
|
eslintConfig,
|
|
{
|
|
ignores: ["**/undef.js", "undef2.js", "**/undef3.js"]
|
|
}
|
|
];
|