removed globals

This commit is contained in:
antelle 2021-01-09 11:50:40 +01:00
parent cb77b7fc1e
commit 21b8e9ae8f
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 0 additions and 3 deletions

View File

@ -2,9 +2,6 @@
"env": {
"applescript": true
},
"globals": {
"app": false
},
"rules": {
"no-console": "off"
}