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.
1 parent 095747c commit 905230fCopy full SHA for 905230f
packages/operator-declare/lib/record.js
@@ -16,7 +16,7 @@ module.exports.addDeclarationForESLint = (name, path) => {
16
const programPath = getProgramParentPath(path);
17
maybeInit(prefix, programPath);
18
19
- return programPath[prefix][name] = true;
+ programPath[prefix][name] = true;
20
};
21
22
module.exports.setModuleType = (type, path) => {
0 commit comments