backoffice/node_modules/qs/.jshintrc

11 lines
131 B
Plaintext
Raw Normal View History

2020-02-06 10:09:39 +00:00
{
"node": true,
"curly": true,
"latedef": true,
"quotmark": true,
"undef": true,
"unused": true,
"trailing": true
}