Files
tubestation/browser/components/loop/test/.eslintrc

8 lines
130 B
Plaintext

{
"rules": {
// This is useful for some of the tests, e.g.
// expect(new Foo()).to.Throw(/error/)
"no-new": 0
}
}