1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-19 16:58:48 +02:00

Rename the support/jshint directory.

Summary: It is somewhat overkill to use an entire directory for a single file (the configuration file for JSHint). Instead, rename the directory so that it could (theoretically) be used for other linter configuration files.

Test Plan: Ran `arc lint -- webroot/rsrc/js/core/phtize.js` just to make sure everything still works.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D9944
This commit is contained in:
Joshua Spence 2014-07-16 22:07:55 +10:00
parent d8bf7172b7
commit 13590b9e3d
2 changed files with 2 additions and 2 deletions

View file

@ -24,13 +24,13 @@
"jshint": {
"type": "jshint",
"include": "(\\.js$)",
"jshint.jshintrc": "support/jshint/jshintconfig"
"jshint.jshintrc": "support/lint/jshintrc"
},
"json": {
"type": "json",
"include": [
"(^src/docs/book/.*\\.book$)",
"(^support/jshint/jshintconfig$)",
"(^support/lint/jshintrc$)",
"(^\\.arcconfig$)",
"(^\\.arclint$)",
"(\\.json$)"