Skip to content

Commit

Permalink
Merge pull request #363 from sronveaux/eslint-test-config-maintenance
Browse files Browse the repository at this point in the history
Changed deprecated syntax in .eslintrc test file
  • Loading branch information
fschmenger authored Feb 20, 2024
2 parents 44bb226 + c7ba14a commit 12b8d59
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 12b8d59

Please sign in to comment.