Skip to content

Commit c7ba14a

Browse files
committed
Changed deprecated syntax in .eslintrc test file
1 parent 44bb226 commit c7ba14a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: tests/unit/.eslintrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"mocha": true
44
},
55
"globals": {
6-
"expect": true,
7-
"sinon": true
6+
"expect": "readonly",
7+
"sinon": "readonly"
88
},
99
"rules": {
1010
"no-unused-expressions": "off"

0 commit comments

Comments
 (0)