mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-29 10:49:14 +01:00
10 lines
178 B
JavaScript
10 lines
178 B
JavaScript
import baseConfig from "@homarr/eslint-config/base";
|
|
|
|
/** @type {import('typescript-eslint').Config} */
|
|
export default [
|
|
{
|
|
ignores: ["tasks.cjs"],
|
|
},
|
|
...baseConfig,
|
|
];
|