1
0
miroir de https://github.com/mermaid-js/mermaid.git synchronisé 2025-11-03 04:14:15 +01:00
Fichiers
mermaid/.tern-project
Sidharth Vinod 98e9f5751a Prettier pass
2022-09-05 01:00:47 +05:30

16 lignes
266 B
JSON

{
"ecmaVersion": 6,
"libs": ["browser"],
"loadEagerly": [],
"dontLoad": ["node_modules/**"],
"plugins": {
"modules": {},
"es_modules": {},
"node": {},
"doc_comment": {
"fullDocs": true,
"strong": true
}
}
}