Skip to content

Commit

Permalink
fix deprecations in .eslintrc.json (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
NovemLinguae authored Apr 13, 2024
1 parent 9a43806 commit 0d4a144
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"jquery": true
},
"globals": {
"AFCH": true,
"Hogan": false,
"importScript": false,
"mediaWiki": true,
"mw": true,
"OO": false
"AFCH": "writable",
"Hogan": "readonly",
"importScript": "readonly",
"mediaWiki": "writable",
"mw": "writable",
"OO": "readonly"
},
"rules": {
"camelcase": 0,
Expand Down

0 comments on commit 0d4a144

Please sign in to comment.