mirror of
https://github.com/ajnart/homarr.git
synced 2026-05-05 19:56:14 +02: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];
|