Files
linguist/samples/JSON5/filenames/.jslintrc
John Gardner 2b65318a61 Register 12 new JSON filenames/extensions (#4053)
Added:
* .avsc
* .gltf
* .htmlhintrc
* .jscsrc
* .jslintrc
* .jsonl
* .tern-config
* .tern-project
* .tfstate
* .tfstate.backup
* .webapp
* .webmanifest
2018-03-02 20:33:47 +11:00

24 lines
287 B
Plaintext

{
"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"
]
}