Skip to content

Commit 13590b9

Browse files
committed
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
1 parent d8bf717 commit 13590b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.arclint

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
"jshint": {
2525
"type": "jshint",
2626
"include": "(\\.js$)",
27-
"jshint.jshintrc": "support/jshint/jshintconfig"
27+
"jshint.jshintrc": "support/lint/jshintrc"
2828
},
2929
"json": {
3030
"type": "json",
3131
"include": [
3232
"(^src/docs/book/.*\\.book$)",
33-
"(^support/jshint/jshintconfig$)",
33+
"(^support/lint/jshintrc$)",
3434
"(^\\.arcconfig$)",
3535
"(^\\.arclint$)",
3636
"(\\.json$)"
File renamed without changes.

0 commit comments

Comments
 (0)