Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit 7a849fa

Browse files
author
Mike Hughes
committed
Merge branch 'master' of github.com:appliedblockchain/eslint-config
2 parents 8b7772e + d59a78c commit 7a849fa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

node.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ module.exports = {
88

99
parserOptions: {
1010
ecmaVersion: 2017,
11-
sourceType: 'module'
11+
sourceType: 'module',
12+
ecmaFeatures: {
13+
experimentalObjectRestSpread: true
14+
}
1215
},
1316

1417
env: {

0 commit comments

Comments
 (0)