mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Added: * .avsc * .gltf * .htmlhintrc * .jscsrc * .jslintrc * .jsonl * .tern-config * .tern-project * .tfstate * .tfstate.backup * .webapp * .webmanifest
20 lines
231 B
JSON
20 lines
231 B
JSON
{
|
|
"ecmaVersion": 6,
|
|
"libs": [
|
|
"browser",
|
|
"jquery"
|
|
],
|
|
"dontLoad": [
|
|
"node_modules/**"
|
|
],
|
|
"plugins": {
|
|
"es_modules": {},
|
|
"node": {},
|
|
"angular": {},
|
|
"doc_comment": {
|
|
"fullDocs": true,
|
|
"strong": true
|
|
}
|
|
}
|
|
}
|