-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename config.js to configDesktop.js and fix linting errors
* Rename config.js to follow the conventions set by other configs. * Revises reference and screenshot desktop folder names as well * Edit tsconfig to check all config files * Fix configEcho linting errors as a result of the preceding point * Change configMobile test-screenshot-location to `test-screenshots-mobile` to follow conventions
- Loading branch information
Nick Ray
committed
Jun 10, 2022
1 parent
b6091ea
commit 9760be6
Showing
5 changed files
with
29 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"include": [ | ||
"src", | ||
"config.js" | ||
"config*.js" | ||
], | ||
"exclude": [ | ||
"src/engine-scripts", | ||
|