Skip to content

Commit f63d980

Browse files
authored
Merge pull request #140 from davegregg/master
Update globals config to use 'readonly' instead of deprecated 'false'…
2 parents 05f6c64 + a8f4759 commit f63d980

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

eslintrc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
],
2121

2222
"globals": {
23-
"document": false,
24-
"navigator": false,
25-
"window": false
23+
"document": "readonly",
24+
"navigator": "readonly",
25+
"window": "readonly"
2626
},
2727

2828
"rules": {

0 commit comments

Comments
 (0)