Register 12 new JSON filenames/extensions (#4053)

Added:
* .avsc
* .gltf
* .htmlhintrc
* .jscsrc
* .jslintrc
* .jsonl
* .tern-config
* .tern-project
* .tfstate
* .tfstate.backup
* .webapp
* .webmanifest
This commit is contained in:
John Gardner
2018-03-02 20:33:47 +11:00
committed by GitHub
parent 1b3cdda4f7
commit 2b65318a61
12 changed files with 610 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"ecmaVersion": 6,
"libs": [],
"loadEagerly": [
"src/app/**/*.js"
],
"dontLoad": [
"node_modules"
],
"plugins": {
"requirejs": {
"baseURL": "src"
}
}
}