--- # vim: ft=yaml sw=2 ts=2 sts=2 env: mocha: true globals: fixture: false sinon: false _: false expect: false Promise: false Plotly: false plugins: - chai-expect - chai-friendly rules: chai-expect/missing-assertion: error chai-expect/terminating-properties: error chai-expect/no-inner-compare: error no-unused-expressions: off chai-friendly/no-unused-expressions: error ...