Skip to content

Commit

Permalink
Merge pull request #19 from sanctuary-js/davidchambers/eslint
Browse files Browse the repository at this point in the history
eslint: use "readonly" for globals in place of deprecated value
  • Loading branch information
davidchambers authored Oct 21, 2021
2 parents 449f6fd + e9beddf commit aab1fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"overrides": [
{
"files": ["*.md"],
"globals": {"Maybe": false, "show": false}
"globals": {"Maybe": "readonly", "show": "readonly"}
}
]
}

0 comments on commit aab1fa5

Please sign in to comment.