aboutsummaryrefslogtreecommitdiffstats
path: root/src/.eslintrc
blob: ef090331fc0919fd9552d3be59183b96a5a3503b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "env": {
	"browser"
  },
  "extends": "../.eslintrc",
  "root": true,
  "globals": {
    "window": true,
    "JSON": false,
    "jQuery": true,
    "define": true,
    "module": true,
    "noGlobal": true
  }
}