Replace entire codebase with homarr-labs/homarr
This commit is contained in:
5
packages/widgets/eslint.config.js
Normal file
5
packages/widgets/eslint.config.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import baseConfig from "@homarr/eslint-config/base";
|
||||
import reactConfig from "@homarr/eslint-config/react";
|
||||
|
||||
/** @type {import('typescript-eslint').Config} */
|
||||
export default [...baseConfig, ...reactConfig];
|
||||
Reference in New Issue
Block a user