mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-30 19:29:17 +01:00
5 lines
136 B
JavaScript
5 lines
136 B
JavaScript
|
|
import baseConfig from "@homarr/eslint-config/base";
|
||
|
|
|
||
|
|
/** @type {import('typescript-eslint').Config} */
|
||
|
|
export default [...baseConfig];
|