Skip to content

Commit

Permalink
Changed license to MIT, updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanGeorg committed Aug 12, 2021
1 parent 2e58dc4 commit 0c58227
Show file tree
Hide file tree
Showing 6 changed files with 1,845 additions and 2,379 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
}]
],
"presets": [
"@babel/preset-env",
"@babel/preset-env"
]
}
10 changes: 6 additions & 4 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"plugins": [
"import"
],
"parser": "@babel/eslint-parser",
"parserOptions": {
"ecmaVersion": 2018,
"ecmaFeatures": {
"experimentalObjectRestSpread": true,
"experimentalObjectRestSpread": true
}
},
"globals": {
Expand All @@ -16,10 +17,11 @@
},
"rules": {
"no-underscore-dangle": 0,
"no-pluspuls": 0,
"no-plusplus": 0,
"no-console": 0
},
"env": {
"mocha": true
"node": true,
"mocha": true
}
}
}
Loading

0 comments on commit 0c58227

Please sign in to comment.