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 b292fbf commit aa61d48Copy full SHA for aa61d48
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