Add RuleSet for comfort, safety & speed factor

This commit is contained in:
pgm-chardelv1 2021-07-14 16:28:02 +02:00
parent 12fc26fa44
commit a751490e4b
9 changed files with 12234 additions and 18 deletions

17
javascript/.babelrc Normal file
View file

@ -0,0 +1,17 @@
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "current"
}
}
]
],
"env": {
"test": {
"plugins": ["@babel/plugin-transform-modules-commonjs"]
}
}
}