Skip to content

Commit

Permalink
Changed deprecated syntax in .eslintrc test file
Browse files Browse the repository at this point in the history
  • Loading branch information
sronveaux committed Dec 1, 2023
1 parent 44bb226 commit c7ba14a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"mocha": true
},
"globals": {
"expect": true,
"sinon": true
"expect": "readonly",
"sinon": "readonly"
},
"rules": {
"no-unused-expressions": "off"
Expand Down

0 comments on commit c7ba14a

Please sign in to comment.