Skip to content

Commit 462127d

Browse files
authored
Merge branch 'master' into fix/null-access
2 parents 92a6ed2 + 51f8071 commit 462127d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jshintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"node": true,
33
"browser": true,
4-
"esnext": true,
4+
"esversion": 11,
55
"bitwise": true,
66
"camelcase": true,
77
"curly": true,

0 commit comments

Comments
 (0)