diff --git a/assets/.eslintrc.js b/assets/.eslintrc.js index c4f62720e..ea38c513a 100644 --- a/assets/.eslintrc.js +++ b/assets/.eslintrc.js @@ -32,6 +32,16 @@ module.exports = { "no-console": "error", "prefer-rest-params": "off", "no-sparse-arrays": "off", + "no-restricted-exports": ["warn", + { + "restrictDefaultExports": { + "direct": true, + "named": true, + "defaultFrom": true, + "namedFrom": true, + "namespaceFrom": true + } + }], "@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/no-non-null-assertion": "error", "@typescript-eslint/no-unused-vars": [