Skip to content

Commit e35d686

Browse files
Replaced polyfills with @babel/polyfill
1 parent 5a3fc9a commit e35d686

4 files changed

Lines changed: 1 addition & 2226 deletions

File tree

.eslintrc.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ extends:
1111
- modular/node
1212
- modular/es6
1313

14-
globals:
15-
Promise: false
16-
Symbol: false
17-
1814
rules:
1915
# This rule erroneously flags functions that use the `arguments` object
2016
no-unused-vars: off

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"start": "http-server -c-1 -o http://localhost:8080/test/"
5858
},
5959
"devDependencies": {
60+
"@babel/polyfill": "^7.4.4",
6061
"@types/json-schema": "^7.0.1",
6162
"@types/node": "^11.9.4",
6263
"chai": "^4.2.0",

0 commit comments

Comments
 (0)