mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-01-29 04:35:43 +00:00
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:
23
samples/JSON5/filenames/.jslintrc
Normal file
23
samples/JSON5/filenames/.jslintrc
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"indent": 4,
|
||||
"maxlen": 120,
|
||||
"browser": false,
|
||||
"couch": false,
|
||||
"devel": false,
|
||||
"node": false,
|
||||
"rhino": false,
|
||||
"white": true,
|
||||
"plusplus":true,
|
||||
"stupid":true,
|
||||
|
||||
"predef": [
|
||||
"setTimeout",
|
||||
"module",
|
||||
"exports",
|
||||
"define",
|
||||
"require",
|
||||
"window",
|
||||
"buster",
|
||||
"sinon"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user