mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 05:17:20 +00:00

* Flat config file * Plugin * prettier * Set eslint to latest version (non dev) * yarn dedupe * push changes from eslint type pr * dedupe
11 lines
141 B
JavaScript
11 lines
141 B
JavaScript
import rootConfig from "../eslint.config.mjs";
|
|
|
|
export default [
|
|
...rootConfig,
|
|
{
|
|
rules: {
|
|
"no-console": "off",
|
|
},
|
|
},
|
|
];
|