Skip to content

Commit

Permalink
Chore: correct fileoverview doc in accessor-pairs (#13335)
Browse files Browse the repository at this point in the history
* Chore: correct fileoverview doc in accessor-pairs

* match with rule meta
  • Loading branch information
yeonjuan committed May 20, 2020
1 parent b0a6b81 commit 3a5fbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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
*/

Expand Down

0 comments on commit 3a5fbb3

Please sign in to comment.