git.delta.rocks / unique-network / refs/commits / 9fdc6b8cf2c3

difftreelog

Add eslint-plugin-mocha

Max Andreev2022-10-27parent: #785c8f5.patch.diff
in: master

3 files changed

modifiedtests/.eslintrc.jsondiffbeforeafterboth
13 "sourceType": "module"13 "sourceType": "module"
14 },14 },
15 "plugins": [15 "plugins": [
16 "@typescript-eslint"16 "@typescript-eslint",
17 "mocha"
17 ],18 ],
18 "rules": {19 "rules": {
19 "indent": [20 "indent": [
43 }44 }
44 ],45 ],
45 "require-await": 2,46 "require-await": 2,
47 "mocha/no-async-describe": "error",
48 "mocha/no-nested-tests": "error",
49 "mocha/no-synchronous-tests": "error",
46 "semi": [50 "semi": [
47 "error",51 "error",
48 "always"52 "always"
modifiedtests/package.jsondiffbeforeafterboth
14 "@typescript-eslint/parser": "^5.40.1",14 "@typescript-eslint/parser": "^5.40.1",
15 "chai": "^4.3.6",15 "chai": "^4.3.6",
16 "eslint": "^8.25.0",16 "eslint": "^8.25.0",
17 "eslint-plugin-mocha": "^10.1.0",
17 "mocha": "^10.1.0",18 "mocha": "^10.1.0",
18 "ts-node": "^10.9.1",19 "ts-node": "^10.9.1",
19 "typescript": "^4.8.4"20 "typescript": "^4.8.4"
modifiedtests/yarn.lockdiffbeforeafterboth
2141 resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"2141 resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
2142 integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==2142 integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==
21432143
2144eslint-plugin-mocha@^10.1.0:
2145 version "10.1.0"
2146 resolved "https://registry.yarnpkg.com/eslint-plugin-mocha/-/eslint-plugin-mocha-10.1.0.tgz#69325414f875be87fb2cb00b2ef33168d4eb7c8d"
2147 integrity sha512-xLqqWUF17llsogVOC+8C6/jvQ+4IoOREbN7ZCHuOHuD6cT5cDD4h7f2LgsZuzMAiwswWE21tO7ExaknHVDrSkw==
2148 dependencies:
2149 eslint-utils "^3.0.0"
2150 rambda "^7.1.0"
2151
2144eslint-scope@^5.1.1:2152eslint-scope@^5.1.1:
2145 version "5.1.1"2153 version "5.1.1"
2146 resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"2154 resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
4013 version "5.1.1"4021 version "5.1.1"
4014 resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-5.1.1.tgz#366493e6b3e42a3a6885e2e99d18f80fb7a8c932"4022 resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-5.1.1.tgz#366493e6b3e42a3a6885e2e99d18f80fb7a8c932"
4015 integrity sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==4023 integrity sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==
4024
4025rambda@^7.1.0:
4026 version "7.3.0"
4027 resolved "https://registry.yarnpkg.com/rambda/-/rambda-7.3.0.tgz#90e440ead53030a216093865d8d97997a80868ca"
4028 integrity sha512-RFVofZYaG2TaVcxjnM0ejdVWf/59rFq1f57OGnjP3GT/bthzFw0GVr5rkP9PKbVlEuF/Y7bOVPLfiiYfxq/EWQ==
40164029
4017randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5, randombytes@^2.1.0:4030randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5, randombytes@^2.1.0:
4018 version "2.1.0"4031 version "2.1.0"