1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-10-02 15:09:07 +00:00
conky/web/.eslintrc.json

8 lines
136 B
JSON
Raw Normal View History

{
"extends": ["next/core-web-vitals", "prettier"],
"settings": {
"mdx/code-blocks": true,
"mdx/language-mapper": {}
}
}