mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
a4e2aba6dc
WTD-1482.
13 lines
230 B
JSON
13 lines
230 B
JSON
{
|
|
"source": {
|
|
"include": [
|
|
"platform/"
|
|
],
|
|
"includePattern": "platform/.+\\.js$",
|
|
"excludePattern": ".+\\Spec\\.js$|lib/.+"
|
|
},
|
|
"plugins": [
|
|
"plugins/markdown"
|
|
]
|
|
}
|