mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-29 10:49:14 +01:00
* refactor: move modals to seperate package * fix: format issue * fix: lint issues * fix: format issue * fix: only used as type
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,
|
|
];
|