Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.jshintrc « qs « node_modules « request « node_modules « npm « deps - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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
}