2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【WebStorm】JSHintで'angular' is not definedエラーを非表示にする

Last updated at Posted at 2016-05-12

WebStormのJSHintを有効にしてionicプロジェクトを開くと、各プログラムの冒頭に宣言するangular.moduleをことごとくエラー扱いにします。このままエラー表示されていても問題なく開発はできますが、気持ち悪いのでできれば表示させたくありません。

angular_not_defined.jpg

JSHint : 'angular' is not defined. (W117)

このエラーを非表示にするには、WebStormのJSHint設定を変更します。

WebStormの設定画面を開き、"Languages & Frameworks" -> "Code Quality Tools" -> "JSHint"を選択します。
左のHSHint設定値から、以下の行を探して"Set"をクリックします。

Predefined( , separated ) Set predef (globals)

JSHint_setting.jpg

"Set"をクリックするとダイアログが表示されるので"angular"と入力してOKボタンをクリックします。設定ダイアログでOKを押して画面を閉じると"angular"のエラーは非表示になります。

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?