feat: added tests/typescript to test supported TS examples (#6775)

* feat: added `tests/typescript` to test supported TS examples

* fix: update the test name, description, and output

* chore: remove unused imports in `test_tasks.js`

* fix: wrap README line at 80 characters

* fix: implemented `different_user_input.ts` feedback

* fix: correct mistaken comments

* chore: rename `./eslintrc.json` to `./eslintrc.js`

* feat: added linting for tests/typescript

* chore: cleanup eslintrc lines over 80 characters

* fix: updated `.eslintrc.js` to provide an override for linting itself

* fix: updated tests to build to the `build` directory

* feat: updated `gulp format` to handle formatting `.eslintrc.js`

* fix: updated `.eslintrc.js` to align with both formatter and linter

* fix: updated config comment wording

* fix: removed quotes for valid identifiers

* Revert "fix: removed quotes for valid identifiers"

  This reverts commit 03eff91aea1468e503bc79a90fb139914d3f39d2.
This commit is contained in:
Blake Thomas Williams
2023-02-10 11:12:18 -06:00
committed by GitHub
parent 8386024e44
commit 13fe6eeccf
10 changed files with 348 additions and 170 deletions

View File

@@ -8,5 +8,5 @@
"console": true,
"require": true
},
"extends": "../../.eslintrc.json"
"extends": "../../.eslintrc.js"
}