mirror of
https://github.com/nasa/openmct.git
synced 2024-12-18 20:57:53 +00:00
0012ca48c1
...since extraneous documentation no longer needs to be worked-around.
13 lines
220 B
JSON
13 lines
220 B
JSON
{
|
|
"source": {
|
|
"include": [
|
|
"src/"
|
|
],
|
|
"includePattern": "src/.+\\.js$",
|
|
"excludePattern": ".+\\Spec\\.js$|lib/.+"
|
|
},
|
|
"plugins": [
|
|
"plugins/markdown"
|
|
]
|
|
}
|