summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/qs/.jshintrc
blob: 997b3f7d45e31b855bb7cc56f4b6240d5bdd6896 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "node": true,

  "curly": true,
  "latedef": true,
  "quotmark": true,
  "undef": true,
  "unused": true,
  "trailing": true
}