Граф коммитов

10 Коммитов

Автор SHA1 Сообщение Дата
Noah Gilson e9c440e1e8
Migrate to ESLint (#1944)
* get eslint running but its failing a lot of checks

* Fix the linting after migration

* Fix many errors

* 65 errors to go

* fix almost every lint issue

* clean lint

* Remove references to tslint

* dont install eslint as it is already here

* install eslint

* update eslint

* dont empty cache because eslint is failing to register the types that exist

* try to help eslint find the files for type defs

* Set typescript resolver

* Fix imports

* Add some import plugin but still cant import vscode correctly

* install eslint globally

* skip npm installl

* add imports

* try to fix the import issue

* build before hand so the types are picked up -_____-

* Revert "build before hand so the types are picked up -_____-"

This reverts commit e5381b42df.

* rollback to eslint 8 but still run build
2024-09-10 21:39:51 -07:00
Noah Gilson 764c1207e7 Add channel version support 2023-04-06 15:19:21 -07:00
Rainer Sigwald e0fe246dab Switch to `npm ci`
This will lock all versions to what is specified in the lock file.
2022-07-15 17:02:26 -05:00
Sarah Oslund c5ec490f0b Adding SDK extension plumbing 2021-02-09 09:37:28 -08:00
Sarah Oslund 960d32e761 Using build scripts for pipeline 2020-05-11 13:24:54 -07:00
sfoslund 3839ddb968 Renaming folders to match new extension name 2020-01-24 14:12:14 -08:00
sfoslund 94e07a01b7 Adding LoggingObserver for log files, fixing linting bug in test script 2019-12-19 09:49:36 -08:00
sfoslund 11d887c319 Cleaning up dynamic script acquisition, updating test scripts 2019-12-12 11:13:55 -08:00
sfoslund 606319d20c Adding dynamic script acquisition first pass 2019-12-11 14:51:03 -08:00
sfoslund e5d79e727c Adding testing scripts 2019-11-05 09:48:28 -08:00