Files
codeql/javascript/extractor/tests/excludes/options.json
2018-11-07 07:48:25 +00:00

6 lines
102 B
JSON

{
"exclude": ["**/foo.js"],
"exclude-path": [".jshintignore"],
"include": ["**/*.json"]
}