forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 🚨 new ESLint rules and configuration. * 🚨 fix all linting errors. * 🚚 fix component casing. * 🔧 add new import sorting for prettier. * 🚨 apply new sorting of imports. * 🔧 add missing `noUncheckedIndexedAccess` setting to avoid potential mistakes with index access. * 📄 add license to `prettier.config.js` * 🎨 format code examples to use spaces instead of tabs. * 🎨 format openapi-gen files. * 🔧 exclude `pnpm-lock.yaml` from adding a license. * 🔧 add ignore of `pnpm-lock.yaml` in more places. 🌐 add statics word. * 🔧 add `.vscode/settings.json` * 🔧 add `*.tsbuildinfo` to `.gitignore`. ⬇️ downgrade typescript. * 🔧 revert `.vscode` files ignore in gitignore. 🔥 remove `settings.json` for now. * ⏪ revert formatting in .pre-commit-config.yaml * 🚚 change casing of files to match main. * 🔀 fix main merge issues -_- * 🚚 fix incorrect main file casing change. * 🔥 delete duplicated files that were moved in main. * 🎨 add missing space in pre-commit-config * ✏️ fix pnpm-lock.yaml * 🔧 fix dist ignoring. * 🤔 Lint and fox vite.config.ts.
- Loading branch information
Showing
60 changed files
with
10,988 additions
and
1,394 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -168,3 +168,4 @@ v1-generated.yaml | |
# Front end generated files | ||
api-generated.ts | ||
openapi-gen | ||
pnpm-lock.yaml |
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.