Skip to content

Commit f761be2

Browse files
azyzz228ljharb
andauthored
Update src/rules/no-deprecated.js
Co-authored-by: Jordan Harband <[email protected]>
1 parent ea3c267 commit f761be2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/rules/no-deprecated.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,12 @@ module.exports = {
125125
return 'return';
126126
}
127127

128-
namespaceValidator(dereference, namespaces, onComputed, { onDeprecation:onDeprecation(context) });
128+
namespaceValidator(
129+
dereference,
130+
namespaces,
131+
onComputed,
132+
{ onDeprecation: onDeprecation(context) },
133+
);
129134
},
130135
};
131136
},

0 commit comments

Comments
 (0)