From 3a5fbb3d634be688615950c0a5fa8aead6ff08b5 Mon Sep 17 00:00:00 2001 From: YeonJuan Date: Thu, 21 May 2020 02:39:39 +0900 Subject: [PATCH] Chore: correct fileoverview doc in accessor-pairs (#13335) * Chore: correct fileoverview doc in accessor-pairs * match with rule meta --- lib/rules/accessor-pairs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */