How to tell JSLint / JSHint what global variables are already defined January 29, 2023 by Tarik For JSHint you can create .jshintrc to your project directory with { "globals": { "MyProject": true } }