1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-24 07:30:12 +01:00
mkdocs-material/tests/visual/.eslintrc

9 lines
82 B
Plaintext
Raw Normal View History

{
"globals": {
"gemini": true
},
"rules": {
"no-loop-func": 0
}
}