Skip to content

Commit

Permalink
chore(quality): add a lot of quality gates and implements CI
Browse files Browse the repository at this point in the history
  • Loading branch information
blephy authored and SmashingQuasar committed Jun 23, 2022
1 parent a474d18 commit 858482f
Show file tree
Hide file tree
Showing 42 changed files with 12,221 additions and 7,333 deletions.
4 changes: 4 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Ignore folders #
##################
/node_modules/*
/.yarn/*
/dist/*
/build/*
/lib/*
/coverage/*
Expand All @@ -11,9 +13,11 @@
/cypress/screenshots/*
/cypress/videos/*
/cypress/downloads/*
/.stryker-tmp/*

# Ignore files #
################
.pnp.*
.DS_Store
yarn.lock
package-lock.json
Expand Down
Loading

0 comments on commit 858482f

Please sign in to comment.