Skip to content

Commit

Permalink
Trying to fix the build
Browse files Browse the repository at this point in the history
The babel config is now in package.json instead of an own file. Removed the config file entry in .eslintrc.yml which caused a webpack build failure.
  • Loading branch information
mike-lischke committed Sep 1, 2023
1 parent 54014ef commit 8e9a285
Show file tree
Hide file tree
Showing 5 changed files with 5,317 additions and 5,313 deletions.
4 changes: 0 additions & 4 deletions runtime/JavaScript/.babelrc.json

This file was deleted.

3 changes: 1 addition & 2 deletions runtime/JavaScript/.eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ parserOptions:
sourceType: module
project: ['./tsconfig.json']
ecmaVersion: 2022
babelOptions:
configFile: ".babelrc.json"
requireConfigFile: false
rules:
no-unused-vars: ["error", { vars: "all", args: "none" }]
no-prototype-builtins: ["off"]
Expand Down
Loading

0 comments on commit 8e9a285

Please sign in to comment.