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