We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 982c7f8 commit bd34988Copy full SHA for bd34988
.eslintrc.js
@@ -9,7 +9,10 @@ var config = {
9
env: {
10
browser: false,
11
node: true,
12
- es6: false
+ es6: true
13
+ },
14
+ parserOptions: {
15
+ ecmaVersion: 2018
16
},
17
rules: {}
18
};
package.json
@@ -90,7 +90,7 @@
90
"report-latency": "./bin/report-latency"
91
92
"engines": {
93
- "node": ">=8.3.0"
+ "node": ">=10.21.0"
94
95
"dependencies": {
96
"assert-plus": "^1.0.0",
0 commit comments