Browse Source

expose self as global for linter

master
ansuz 3 years ago
parent
commit
aca83ce72a
1 changed files with 4 additions and 1 deletions
  1. 5
      .jshintrc

5
.jshintrc

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