Add RuleSet for comfort, safety & speed factor
This commit is contained in:
parent
12fc26fa44
commit
a751490e4b
9 changed files with 12234 additions and 18 deletions
17
javascript/.babelrc
Normal file
17
javascript/.babelrc
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"presets": [
|
||||
[
|
||||
"@babel/preset-env",
|
||||
{
|
||||
"targets": {
|
||||
"node": "current"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"env": {
|
||||
"test": {
|
||||
"plugins": ["@babel/plugin-transform-modules-commonjs"]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue