Blame view

test/unit/.eslintrc 58 Bytes
8a0dd59d9   Digvijay Singh   first commit
1
2
3
4
5
6
7
  {
    "env": { 
      "jest": true
    },
    "globals": { 
    }
  }