diff --git a/lib/rules/accessor-pairs.js b/lib/rules/accessor-pairs.js index 02548258ca2..cf994ad2574 100644 --- a/lib/rules/accessor-pairs.js +++ b/lib/rules/accessor-pairs.js @@ -1,5 +1,5 @@ /** - * @fileoverview Rule to flag wrapping non-iife in parens + * @fileoverview Rule to enforce getter and setter pairs in objects and classes. * @author Gyandeep Singh */