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

.jshintrc - github.com/twbs/mq4-hover-shim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0c9e5cee754acdab63b4942c385b183d40b6904a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "bitwise": true,
  "curly": true,
  "eqeqeq": true,
  "forin": true,
  "immed": true,
  "latedef": true,
  "newcap": true,
  "noarg": true,
  "node": true,
  "noempty": true,
  "plusplus": false,
  "predef": ["exports"],
  "sub": true,
  "undef": true
}