W moim projekcie używam RequireJS AMD. Kiedy uruchamiam jshint w moim projekcie, wyświetla błąd, taki jak
W skryptach AMD
'define' is not defined.
W przypadkach testowych Mocha
'describe' is not defined.
'it' is not defined.
Jak usunąć to ostrzeżenie w jshint?
{"mocha": true}
2.5.1+ github.com/jshint/jshint/issues/1330