look for JSX files by default (#1001)

This commit is contained in:
Jeff Williams 2015-08-20 10:50:00 -07:00
parent 4822bca6c1
commit ebee2014ad
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
"allowUnknownTags": true
},
"source": {
"includePattern": ".+\\.js(doc)?$",
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": [],
@ -14,4 +14,4 @@
"outputSourceFiles": true
}
}
}
}

View File

@ -36,7 +36,7 @@ var defaults = {
cleverLinks: false
},
source: {
includePattern: '.+\\.js(doc)?$',
includePattern: '.+\\.js(doc|x)?$',
excludePattern: ''
},
plugins: []