2019-06-18 10:31:19 -04:00
|
|
|
// this file was auto-generated, do not edit it directly.
|
|
|
|
// instead run bin/update_build_scripts from
|
|
|
|
// https://github.com/sharelatex/sharelatex-dev-environment
|
|
|
|
// version: 1.1.18
|
2018-12-20 14:13:48 -05:00
|
|
|
{
|
|
|
|
"extends": [
|
|
|
|
"standard",
|
|
|
|
"prettier",
|
|
|
|
"prettier/standard",
|
|
|
|
],
|
|
|
|
"plugins": [
|
|
|
|
"mocha",
|
|
|
|
"chai-expect",
|
|
|
|
"chai-friendly"
|
|
|
|
],
|
|
|
|
"env": {
|
2019-06-18 10:31:19 -04:00
|
|
|
"node": true
|
2018-12-20 14:13:48 -05:00
|
|
|
},
|
|
|
|
"rules": {
|
|
|
|
// Add some mocha specific rules
|
|
|
|
"mocha/handle-done-callback": "error",
|
|
|
|
"mocha/no-exclusive-tests": "error",
|
|
|
|
"mocha/no-global-tests": "error",
|
|
|
|
"mocha/no-identical-title": "error",
|
|
|
|
"mocha/no-nested-tests": "error",
|
|
|
|
"mocha/no-pending-tests": "error",
|
|
|
|
"mocha/no-skipped-tests": "error",
|
|
|
|
|
|
|
|
// Add some chai specific rules
|
|
|
|
"chai-expect/missing-assertion": "error",
|
|
|
|
"chai-expect/terminating-properties": "error",
|
|
|
|
// Swap the no-unused-expressions rule with a more chai-friendly one
|
|
|
|
"no-unused-expressions": 0,
|
|
|
|
"chai-friendly/no-unused-expressions": "error"
|
|
|
|
}
|
|
|
|
}
|