- Linting (ESLint): Add fintechstudieos/eslint-plugin-chai-as-promised,

`eslint-plugin-chai-expect-keywords`, and `eslint-plugin-mocha-cleanup`
    plugins
This commit is contained in:
Brett Zamir
2020-02-26 14:34:42 +08:00
parent 221c243017
commit 9fac8ecc58
5 changed files with 55 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
/* eslint-disable jsdoc/check-examples */
import assertionWrapper from './assertion-wrapper.js';
/**