1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2025-01-10 21:31:49 +01:00
mkdocs-material/lib/.eslintrc

7 lines
67 B
Plaintext
Raw Normal View History

{
"rules": {
"no-invalid-this": 0,
"max-params": 0
}
}