-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use pnpm instead of yarn * Update the action * Sort commands for pnpm * Move name to the top * Move name one step down * Add extra statements * Remove wrong json filename * Remove build non-existent build command * Update action to install dependencies and build * Remove unnecesary commands * Use latest instead of version 7 * Update yaml * Update step name to be more descriptive * Fix step name to describe precisely * Remove unnecesary resolutions * Remove peer deps for eslint config * Update lock file * Remove cypress plugin * update eslint config * Update .gitignore * Remove unnecesary types --------- Co-authored-by: Karl Horky <[email protected]>
- Loading branch information
Showing
8 changed files
with
4,619 additions
and
4,669 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
module.exports = { | ||
/** @type {import('@typescript-eslint/utils').TSESLint.Linter.Config} */ | ||
const config = { | ||
extends: ['@upleveled/upleveled'], | ||
}; | ||
|
||
module.exports = config; |
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,2 +1,3 @@ | ||
node_modules | ||
.eslintcache | ||
*.tsbuildinfo |
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.