dotfiles/.vscode/extensions/saviorisdead.RustyCode-0.18.0/node_modules/qs/.jshintrc

11 lines
131 B
Text
Raw Normal View History

2016-09-11 09:29:13 +01:00
{
"node": true,
"curly": true,
"latedef": true,
"quotmark": true,
"undef": true,
"unused": true,
"trailing": true
}