1
0
mirror of synced 2026-01-23 13:01:50 -05:00
Commit Graph

3 Commits

Author SHA1 Message Date
Tim Roes
828b32a3a2 🪟 🔧 Migrate from react-scripts to Vite (#21421)
* Migrate to Vite

* Continue work on vite migration

* More environment fixes

* Add CSP headers to dev server

* Remove react-scripts

* Shim process.env

* Cleanup

* Create ESLint failure for CI test

* create vite-plugins package

* Update nodeJS

* Make eslint warnings fail build

* Remove trailing empty line in nvmrc

* Match package.json with nvmrc

* Fix eslint test breakage

* Revert node upgrade

* Remove setupProxy script

* Change default API endpoints to be http
2023-01-23 21:10:23 +01:00
Joey Marshment-Howell
a39d4984da 🪟 🔧 Add stylelint plugin & no-color-variables-in-rgba rule (#21269) 2023-01-13 10:52:10 +00:00
Tim Roes
bd9eedf4d7 🪟 🔧 Add ConnectorIds utility (#19826)
* Add ConnectorIds utility

* Fix typo

* Update airbyte-webapp/packages/eslint-plugin/no-hardcoded-connector-ids.js

Co-authored-by: Lake Mossman <lake@airbyte.io>

* Change variable name

* Use in tests

* Remove unnecessary comment

* Adjust linting errors

Co-authored-by: Lake Mossman <lake@airbyte.io>
2022-12-02 23:54:03 +01:00