Improved scatter closing. Added module to eslint.

This commit is contained in:
2019-07-30 13:21:17 +02:00
parent 0bcf931465
commit ca2ce289aa
2 changed files with 22 additions and 9 deletions
+2 -1
View File
@@ -3,7 +3,8 @@
"ecmaVersion": 10,
"sourceType": "module",
"ecmaFeatures": {
"impliedStrict": true
"impliedStrict": true,
"modules": true
}
},
"env": {