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

.jshintrc « node-gyp « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 52475ba2e6c1554290dd91c9c69cee5491a46a2d (plain)
1
2
3
4
5
6
7
{
  "asi": true,
  "laxcomma": true,
  "es5": true,
  "node": true,
  "strict": false
}