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 b292fbf + aa61d48 commit 16fe501Copy full SHA for 16fe501
lib/rules/display-name.js
@@ -91,7 +91,7 @@ module.exports = {
91
/**
92
* Checks if the component have a name set by the transpiler
93
* @param {ASTNode} node The AST node being checked.
94
- * @returns {Boolean} True ifcomponent have a name, false if not.
+ * @returns {Boolean} True if component has a name, false if not.
95
*/
96
function hasTranspilerName(node) {
97
var namedObjectAssignment = (
0 commit comments