Commit ae49a5db authored by timel's avatar timel

style: fix eslint error

parent b704e774
Pipeline #21152 failed with stages
in 26 minutes and 49 seconds
......@@ -2,7 +2,8 @@ import { automationConfig } from "./automation";
import { defaultsConfig } from "./defaults";
import { envConfig } from "./env";
export const useConfig = () => ({
export const useConfig = () =>
({
automation: automationConfig,
defaults: defaultsConfig,
...envConfig,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment