mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 22:17:49 +00:00
10 lines
212 B
JSON
10 lines
212 B
JSON
|
{
|
||
|
"source": {
|
||
|
"include": [
|
||
|
"example/",
|
||
|
"platform/"
|
||
|
],
|
||
|
"includePattern": "(example|platform)/.+\\.js$",
|
||
|
"excludePattern": ".+\\Spec\\.js$|lib/.+"
|
||
|
}
|
||
|
}
|