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