Lines Matching refs:Warn
29 // Warn against template literal placeholder syntax in regular strings
32 // Warn if return statements do not either always or never specify values
35 // Warn if no return statements in callbacks of array methods
53 // Warn against extending native types
56 // Warn against unnecessary calls to .bind()
59 // Warn against unnecessary labels
65 // Warn against shorthand type conversions
68 // Warn against function declarations and expressions inside loop statements
74 // Warn against new operators with the String, Number, and Boolean objects
95 // Warn against catch clause parameters from shadowing variables in the outer scope
107 // Warn against string concatenation with __dirname and __filename
120 // Warn against nested then() or catch() statements