Skip to content

Commit d4b272d

Browse files
authored
Merge branch 'master' into alloyPreCode
2 parents cbe14a0 + 4fce664 commit d4b272d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+2967
-536
lines changed

.eslintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ var ERROR = 2;
55
module.exports = {
66
env: {
77
'node': true,
8-
'es2017': true
8+
'es2017': true,
9+
'es2020': true
910
},
1011

1112
extends: 'eslint:recommended',

0 commit comments

Comments
 (0)