1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-18 19:15:12 +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": {}
}
}