1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-09 16:32:39 +01: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": { "jshint": {
"type": "jshint", "type": "jshint",
"include": "(\\.js$)", "include": "(\\.js$)",
"jshint.jshintrc": "support/jshint/jshintconfig" "jshint.jshintrc": "support/lint/jshintrc"
}, },
"json": { "json": {
"type": "json", "type": "json",
"include": [ "include": [
"(^src/docs/book/.*\\.book$)", "(^src/docs/book/.*\\.book$)",
"(^support/jshint/jshintconfig$)", "(^support/lint/jshintrc$)",
"(^\\.arcconfig$)", "(^\\.arcconfig$)",
"(^\\.arclint$)", "(^\\.arclint$)",
"(\\.json$)" "(\\.json$)"