Skip to content

Commit 994371d

Browse files
committed
update eslintrc
1 parent 046f929 commit 994371d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.eslintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"globals" : {
3-
"ParallaxScrollListener": true,
3+
"ParallaxController": true,
44
"test": true,
55
"expect": true
66
},
@@ -69,7 +69,7 @@
6969
"no-unexpected-multiline": 1,
7070
"no-unreachable": 1,
7171
"use-isnan": 1,
72-
"valid-jsdoc": 1,
72+
"valid-jsdoc": 0,
7373
"valid-typeof": 1,
7474

7575
/* Best Practices */

0 commit comments

Comments
 (0)