aboutsummaryrefslogtreecommitdiff
path: root/test/unit/.eslintrc
blob: 959a4f4b5764fc6874b1772efd2a3178b5635bca (plain)
1
2
3
4
5
6
7
8
9
{
  "env": {
    "mocha": true
  },
  "globals": {
    "expect": true,
    "sinon": true
  }
}