We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d85ce67 + 45fb061 commit 17a2dc2Copy full SHA for 17a2dc2
projects/eslint-plugin/rules/portal/lib/rules/no-api-submodule-import.js
@@ -8,7 +8,7 @@ const path = require('path');
8
const DESCRIPTION =
9
'you cannot import files outside of the "/api" directory for your submodule.';
10
11
-const API_PATH = 'src/main/resources/META-INF/resources/js/api';
+const API_PATH = 'src/main/resources/META-INF/resources/js/api/';
12
13
function isPathEscapingAPIDir(filePath, relativePath) {
14
const resolvedTarget = path.resolve(path.dirname(filePath), relativePath);
0 commit comments