Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a5fbb3

Browse files
authored
Chore: correct fileoverview doc in accessor-pairs (#13335)
* Chore: correct fileoverview doc in accessor-pairs * match with rule meta
1 parent b0a6b81 commit 3a5fbb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/accessor-pairs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @fileoverview Rule to flag wrapping non-iife in parens
2+
* @fileoverview Rule to enforce getter and setter pairs in objects and classes.
33
* @author Gyandeep Singh
44
*/
55

0 commit comments

Comments
 (0)