⚡ Vim – additional files and docs
This commit is contained in:
14
.config/coc/ultisnips/json.snippets
Normal file
14
.config/coc/ultisnips/json.snippets
Normal file
@ -0,0 +1,14 @@
|
||||
snippet jshint "JSHint config for package.json" b
|
||||
"jshintConfig": {
|
||||
"esversion": 6,
|
||||
"browser": "true",
|
||||
"undef": "true",
|
||||
"latedef": "true",
|
||||
"maxparams": 4,
|
||||
"maxdepth": 3,
|
||||
"maxcomplexity": 17,
|
||||
"globals": {
|
||||
"gulp_place": false
|
||||
}
|
||||
}
|
||||
endsnippet
|
Reference in New Issue
Block a user