fix(ActionsManager): revert to manual requires (#7034)

This commit is contained in:
Antonio Román
2021-11-29 11:19:21 +01:00
committed by GitHub
parent fabd34381c
commit 0193efae71
5 changed files with 146 additions and 94 deletions

6
scripts/.eslintrc.json Normal file
View File

@@ -0,0 +1,6 @@
{
"extends": "../.eslintrc.json",
"parserOptions": {
"sourceType": "module"
}
}