Skip to content

Commit

Permalink
Merge pull request #706 from EmmaRamirez/release/1.9.0
Browse files Browse the repository at this point in the history
Release/1.9.0
  • Loading branch information
EmmaRamirez authored Aug 30, 2021
2 parents afc3380 + 513238b commit 736f9e6
Show file tree
Hide file tree
Showing 97 changed files with 1,716 additions and 1,568 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ module.exports = {
"no-caller": "error",
"no-eval": "error",
"no-new-wrappers": "error",
// This will otherwise error on most action declarations, which is a bit odd
"no-redeclare": "warn",
"@typescript-eslint/no-redeclare": "error",
"no-trailing-spaces": "error",
"no-underscore-dangle": "error",
"no-unsafe-finally": "error",
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,5 @@ jspm_packages
imageCheck.js

*.env.*

lighthouse/
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
build: npm run build
web: npx http-server@0.12.0 --cors ./dist
web: npm run serve:node
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [Nuzlocke Generator](https://nuzlocke-generator.com/) · ![Travis](https://img.shields.io/travis/EmmaRamirez/nuzlocke-generator.svg?style=flat-square) ![Coveralls github](https://img.shields.io/coveralls/github/EmmaRamirez/nuzlocke-generator.svg?style=flat-square) ![Codacy grade](https://img.shields.io/codacy/grade/a41d81bbd4ad4479a0c71a1739707bf4.svg?style=flat-square) ![GitHub release](https://img.shields.io/github/release/EmmaRamirez/nuzlocke-generator.svg?style=flat-square)
# [Nuzlocke Generator](https://nuzlocke-generator.com/) · ![Travis](https://img.shields.io/travis/EmmaRamirez/nuzlocke-generator.svg?style=flat-square) ![Coveralls github](https://img.shields.io/coveralls/github/EmmaRamirez/nuzlocke-generator.svg?style=flat-square) ![Codacy grade](https://img.shields.io/codacy/grade/0f233d64eae448a68b540e6a519cc8df?style=flat-square) ![GitHub release](https://img.shields.io/github/release/EmmaRamirez/nuzlocke-generator.svg?style=flat-square)

https://nuzlocke-generator.com/

Expand Down
Loading

0 comments on commit 736f9e6

Please sign in to comment.