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