Add .jshintrc to JSON filenames

JSHint tool for linting JavaScript uses `.jshintrc` configuration file.
It is in JSON format.

Example: https://github.com/jquery/jquery/blob/master/.jshintrc
This commit is contained in:
Haralan Dobrev
2013-12-14 16:21:35 +02:00
parent e0c1a84821
commit 107fee8859

View File

@@ -782,6 +782,7 @@ JSON:
- .sublime-settings
- .sublime-workspace
filenames:
- .jshintrc
- composer.lock
Jade: