summaryrefslogtreecommitdiffstats
path: root/bench/.eslintrc
blob: e03f181ed2e58be54d44be183c283f7647dc4249 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "globals": {
    "require": true
  },
  "rules": {
    // Disabling for tests, for now.
    "no-path-concat": 0,

    "no-var": 0,
    "no-shadow": 0,
    "handle-callback-err": 0,
    "no-console": 0
  }
}