1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-14 10:57:41 +01:00
mkdocs-material/lib/.eslintrc

7 lines
67 B
Plaintext
Raw Normal View History

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