1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-05-09 14:53:32 +12:00

improve jshint-ing

This commit is contained in:
gorhill 2017-12-03 14:44:36 -05:00
parent 4b32e8b4d3
commit 6e15dba281
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -1,8 +1,11 @@
{
"browser": true,
"devel": true,
"eqeqeq": true,
"esnext": true,
"strict": "global",
"undef": true,
"unused": true,
"globals": {
"self": false,
"chrome": false,