mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 17:47:16 +00:00
Remove old comment
This commit is contained in:
parent
e29223bb8c
commit
6adc604a50
1 changed files with 1 additions and 2 deletions
|
|
@ -179,7 +179,7 @@ module.exports = {
|
|||
}
|
||||
const expectedTypeData = TYPE_MAP[type.toLowerCase()];
|
||||
if (expectedTypeData == null) {
|
||||
// console.warn(`Missing type data for ${type}.`);
|
||||
console.warn(`Missing type data for ${type}.`);
|
||||
return;
|
||||
}
|
||||
const fix = fixer => {
|
||||
|
|
@ -189,7 +189,6 @@ module.exports = {
|
|||
);
|
||||
};
|
||||
if (actual.typeAnnotation == null) {
|
||||
// TODO: Report missing types
|
||||
context.report({
|
||||
node: actual,
|
||||
message: `Missing type for Maki argument. Expected \`${
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue