Skip to content

Commit e25b2cd

Browse files
committed
Chore: bump .jshintrc.esversion to 11 (the dashd suite relies on node v18)
1 parent 2625164 commit e25b2cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.jshintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2+
"esversion": 11,
23
"bitwise": false,
34
"browser": true,
45
"camelcase": false,
56
"curly": true,
67
"devel": false,
78
"eqeqeq": true,
8-
"esnext": true,
99
"freeze": true,
1010
"immed": true,
1111
"indent": 2,

0 commit comments

Comments
 (0)