We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc20991 commit b63a2caCopy full SHA for b63a2ca
.eslintrc.yml
@@ -76,7 +76,7 @@ overrides:
76
- files:
77
- test/**/*.mjs
78
parserOptions:
79
- ecmaVersion: 2017
+ ecmaVersion: 2018
80
sourceType: module
81
82
docs/index.md
@@ -98,7 +98,7 @@ or as a development dependency for your project:
98
$ npm install --save-dev mocha
99
```
100
101
-> As of v7.0.0, Mocha requires Node.js v10.0.0 or newer.
+> As of v8.0.0, Mocha requires Node.js v10.0.0 or newer.
102
103
## Getting Started
104
0 commit comments