Skip to content

Commit

Permalink
Avoid unnecessary appendChild and insertBefore calls. Resolves #123. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning authored Apr 19, 2021
1 parent 878adf3 commit 97579e4
Show file tree
Hide file tree
Showing 4 changed files with 5,396 additions and 3,476 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "important-stuff",
"parser": "babel-eslint",
"parser": "@babel/eslint-parser",
"plugins": ["es5"],
"globals": {
"process": true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
],
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/eslint-parser": "^7.13.14",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"@rollup/plugin-babel": "^5.2.1",
Expand All @@ -84,7 +85,6 @@
"@types/jest": "^26.0.14",
"@types/jsdom": "^16.2.4",
"@types/systemjs": "^6.1.0",
"babel-eslint": "^11.0.0-beta.2",
"babel-jest": "^26.3.0",
"concurrently": "^5.3.0",
"cross-env": "^7.0.2",
Expand Down
Loading

0 comments on commit 97579e4

Please sign in to comment.