expose self as global for linter

This commit is contained in:
ansuz 2017-11-30 17:25:05 +01:00
parent 3f892e04a5
commit aca83ce72a
1 changed files with 4 additions and 1 deletions

View File

@ -19,5 +19,8 @@
"require",
"module",
"__dirname"
]
],
"globals": {
"self": true
}
}