jenkins/.babelrc
Thorsten Scherler 0037be68b7
[JENKINS-73744] npm scripts lint:fix do not work (#9718)
Co-authored-by: Jan Faracik <43062514+janfaracik@users.noreply.github.com>
Co-authored-by: Mark Waite <mark.earl.waite@gmail.com>
2024-09-16 10:40:32 +01:00

4 lines
39 B
Plaintext

{
"presets": ["@babel/preset-env"]
}