"docs/assets/micro-benchmark-process-native.svg" did not exist on "157b4e2dd1f1ddcfb03394d2d7028152e3316666"
Commit 43832d16 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

chore: frontend formatting

parent d6304850
......@@ -19,12 +19,10 @@ const config = {
},
onwarn: (warning, handler) => {
const { code, _ } = warning;
if (code === "css-unused-selector")
return;
if (code === 'css-unused-selector') return;
handler(warning);
},
}
};
export default config;
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