diff --git a/.eslintrc.json b/.eslintrc.json index 8eff1a76e..bc69f279c 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -26,5 +26,9 @@ "__": true, "__n": true, "app": true + }, + "rules": { + "import/no-commonjs": 1, + "import/no-amd": 1 } } \ No newline at end of file