mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 13:57:21 +00:00
9 lines
109 B
JavaScript
9 lines
109 B
JavaScript
import rootConfig from "../eslint.config.mjs";
|
|
|
|
export default [
|
|
...rootConfig,
|
|
{
|
|
rules: {},
|
|
},
|
|
];
|